Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10093 bool AllowScopedEnumerations; variable
10096 ICEConvertDiagnoser(bool AllowScopedEnumerations, bool Suppress, in ICEConvertDiagnoser() argument
10099 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6391 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()