Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp19007 QualType BestPromotionType; in ActOnEnumBody() local
19020 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
19022 BestPromotionType = BestType; in ActOnEnumBody()
19053 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
19060 BestPromotionType = Context.IntTy; in ActOnEnumBody()
19064 BestPromotionType = Context.IntTy; in ActOnEnumBody()
19069 BestPromotionType in ActOnEnumBody()
19075 BestPromotionType in ActOnEnumBody()
19083 BestPromotionType in ActOnEnumBody()
19149 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()