Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h2394 bool AllowScopedEnumerations; variable
2397 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
2400 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/external/llvm-project/clang/include/clang/Sema/
DSema.h3409 bool AllowScopedEnumerations; variable
3412 ICEConvertDiagnoser(bool AllowScopedEnumerations, in ICEConvertDiagnoser() argument
3415 AllowScopedEnumerations(AllowScopedEnumerations) {} in ICEConvertDiagnoser()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp5882 return AllowScopedEnumerations ? T->isIntegralOrEnumerationType() in match()