Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18222 bool AllElementsInt = true; in ActOnEnumBody() local
18240 if (AllElementsInt) in ActOnEnumBody()
18241 AllElementsInt = ECD->getType() == Context.IntTy; in ActOnEnumBody()