Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp529 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
569 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
674 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp435 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
473 ObjectTypeSearchedInScope = true; in LookupTemplateName()
568 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()