Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3475 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp740 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2726 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp14151 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()
14771 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()