Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14846 QualType BestPromotionType; in ActOnEnumBody() local
14857 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
14859 BestPromotionType = BestType; in ActOnEnumBody()
14890 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
14897 BestPromotionType = Context.IntTy; in ActOnEnumBody()
14901 BestPromotionType = Context.IntTy; in ActOnEnumBody()
14906 BestPromotionType in ActOnEnumBody()
14912 BestPromotionType in ActOnEnumBody()
14920 BestPromotionType in ActOnEnumBody()
14988 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()