Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3873 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp767 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp3048 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
H A DSemaDecl.cpp16746 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
17372 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()