Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18257 QualType BestPromotionType; in ActOnEnumBody() local
18270 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
18272 BestPromotionType = BestType; in ActOnEnumBody()
18303 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
18310 BestPromotionType = Context.IntTy; in ActOnEnumBody()
18314 BestPromotionType = Context.IntTy; in ActOnEnumBody()
18319 BestPromotionType in ActOnEnumBody()
18325 BestPromotionType in ActOnEnumBody()
18333 BestPromotionType in ActOnEnumBody()
18399 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()