Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp511 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
551 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
656 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp350 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
388 ObjectTypeSearchedInScope = true; in LookupTemplateName()
451 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()