Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp529 bool ObjectTypeSearchedInScope = false; in BuildCXXNestedNameSpecifier() local
569 ObjectTypeSearchedInScope = true; in BuildCXXNestedNameSpecifier()
674 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp436 bool ObjectTypeSearchedInScope = false; in LookupTemplateName() local
474 ObjectTypeSearchedInScope = true; in LookupTemplateName()
569 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope && in LookupTemplateName()