Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3787 bool AllowScopedEnumerations; variable
3790 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
3793 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp5943 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()