Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19895 QualType BestType; in ActOnEnumBody() local
19918 BestType = Enum->getIntegerType(); in ActOnEnumBody()
19919 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
19920 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
19922 BestPromotionType = BestType; in ActOnEnumBody()
19924 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
19931 BestType = Context.SignedCharTy; in ActOnEnumBody()
19935 BestType = Context.ShortTy; in ActOnEnumBody()
19938 BestType = Context.IntTy; in ActOnEnumBody()
19944 BestType = Context.LongTy; in ActOnEnumBody()
[all …]