Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2701 bool AllowScopedEnumerations; variable
2704 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
2707 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp5612 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()