Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3728 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp748 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2962 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp15670 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()
16283 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()