Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3570 bool AllowScopedEnumerations; variable
3573 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
3576 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5881 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()