Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20237 QualType BestPromotionType; in ActOnEnumBody() local
20250 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
20252 BestPromotionType = BestType; in ActOnEnumBody()
20283 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()
20290 BestPromotionType = Context.IntTy; in ActOnEnumBody()
20294 BestPromotionType = Context.IntTy; in ActOnEnumBody()
20299 BestPromotionType in ActOnEnumBody()
20305 BestPromotionType in ActOnEnumBody()
20313 BestPromotionType in ActOnEnumBody()
20379 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()