Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3097 bool AllowScopedEnumerations; variable
3100 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
3103 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp5749 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()