Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp513 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
553 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
655 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp285 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
304 ObjectTypeSearchedInScope = true; in LookupTemplateName()
361 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()