Home
last modified time | relevance | path

Searched refs:getPromotionType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3699 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp436 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2757 if (this->isDependentType() || ET->getDecl()->getPromotionType().isNull() in isPromotableIntegerType()
H A DASTContext.cpp6399 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
H A DASTImporter.cpp2089 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2125 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
H A DSemaChecking.cpp6026 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()