Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp16731 QualType BestPromotionType; in ActOnEnumBody() local
16744 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
16746 BestPromotionType = BestType; in ActOnEnumBody()
16777 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
16784 BestPromotionType = Context.IntTy; in ActOnEnumBody()
16788 BestPromotionType = Context.IntTy; in ActOnEnumBody()
16793 BestPromotionType in ActOnEnumBody()
16799 BestPromotionType in ActOnEnumBody()
16807 BestPromotionType in ActOnEnumBody()
16875 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()