Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20225 QualType BestType; in ActOnEnumBody() local
20248 BestType = Enum->getIntegerType(); in ActOnEnumBody()
20252 BestPromotionType = BestType; in ActOnEnumBody()
20261 BestType = Context.SignedCharTy; in ActOnEnumBody()
20265 BestType = Context.ShortTy; in ActOnEnumBody()
20268 BestType = Context.IntTy; in ActOnEnumBody()
20274 BestType = Context.LongTy; in ActOnEnumBody()
20280 BestType = Context.LongLongTy; in ActOnEnumBody()
20289 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
20297 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
[all …]