Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4113 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp775 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2045 Enum->setPromotionType( in VisitEnumDecl()
H A DSemaExprCXX.cpp3403 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp17656 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
18296 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()