Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp19620 QualType BestPromotionType; in ActOnEnumBody() local
19633 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
19635 BestPromotionType = BestType; in ActOnEnumBody()
19666 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
19673 BestPromotionType = Context.IntTy; in ActOnEnumBody()
19677 BestPromotionType = Context.IntTy; in ActOnEnumBody()
19682 BestPromotionType in ActOnEnumBody()
19688 BestPromotionType in ActOnEnumBody()
19696 BestPromotionType in ActOnEnumBody()
19762 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()