Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2280 bool AllowScopedEnumerations; variable
2283 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
2286 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp5191 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()