Home
last modified time | relevance | path

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

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