Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp18200 QualType BestPromotionType; in ActOnEnumBody() local
18213 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
18215 BestPromotionType = BestType; in ActOnEnumBody()
18246 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
18253 BestPromotionType = Context.IntTy; in ActOnEnumBody()
18257 BestPromotionType = Context.IntTy; in ActOnEnumBody()
18262 BestPromotionType in ActOnEnumBody()
18268 BestPromotionType in ActOnEnumBody()
18276 BestPromotionType in ActOnEnumBody()
18342 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()