Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2888 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp484 ED->setPromotionType(Reader.readType(F, Record, Idx)); in VisitEnumDecl()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp10927 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()