Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp444 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
484 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
573 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp281 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
300 ObjectTypeSearchedInScope = true; in LookupTemplateName()
358 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()