Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3702 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp746 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2945 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp15614 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()
16227 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()