Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3995 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp792 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3089 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp17152 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
17785 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()