Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp435 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
475 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
580 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp433 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
471 ObjectTypeSearchedInScope = true; in LookupTemplateName()
569 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()