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.h10284 bool AllowScopedEnumerations; variable
10287 ICEConvertDiagnoser(bool AllowScopedEnumerations, bool Suppress, in ICEConvertDiagnoser() argument
10290 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6643 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()