Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14389 QualType BestPromotionType; in ActOnEnumBody() local
14400 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
14402 BestPromotionType = BestType; in ActOnEnumBody()
14433 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
14440 BestPromotionType = Context.IntTy; in ActOnEnumBody()
14444 BestPromotionType = Context.IntTy; in ActOnEnumBody()
14449 BestPromotionType in ActOnEnumBody()
14455 BestPromotionType in ActOnEnumBody()
14463 BestPromotionType in ActOnEnumBody()
14531 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()