Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3801 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp762 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp3000 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp16287 ED->setPromotionType(EnumTy->isPromotableIntegerType() in ActOnTag()
16913 ED->setPromotionType(EnumTy->isPromotableIntegerType() in ActOnTag()