Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3540 bool AllowScopedEnumerations; variable
3543 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
3546 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp5885 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()