Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3725 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp438 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2760 if (this->isDependentType() || ET->getDecl()->getPromotionType().isNull() in isPromotableIntegerType()
H A DASTContext.cpp6418 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
H A DASTImporter.cpp2107 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2125 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
H A DSemaChecking.cpp6275 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()