Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp505 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
545 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
650 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp437 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
475 ObjectTypeSearchedInScope = true; in LookupTemplateName()
570 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()