Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19907 QualType BestPromotionType; in ActOnEnumBody() local
19920 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
19922 BestPromotionType = BestType; in ActOnEnumBody()
19953 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
19960 BestPromotionType = Context.IntTy; in ActOnEnumBody()
19964 BestPromotionType = Context.IntTy; in ActOnEnumBody()
19969 BestPromotionType in ActOnEnumBody()
19975 BestPromotionType in ActOnEnumBody()
19988 BestPromotionType in ActOnEnumBody()
20054 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()