Home
last modified time | relevance | path

Searched refs:setPromotionType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3995 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp792 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp3089 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
HDSemaDecl.cpp17152 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
17785 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()