Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp515 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
555 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
660 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp430 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
468 ObjectTypeSearchedInScope = true; in LookupTemplateName()
564 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()
/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()