Searched refs:OuterNS (Results 1 – 1 of 1) sorted by relevance
274 const auto *OuterNS = dyn_cast<NamespaceDecl>(DC); in createNestedNameSpecifierForScopeOf() local275 if (Outer && !(OuterNS && OuterNS->isAnonymousNamespace())) { in createNestedNameSpecifierForScopeOf()292 OuterNS = dyn_cast<NamespaceDecl>(Decl); in createNestedNameSpecifierForScopeOf()297 if (OuterNS) { in createNestedNameSpecifierForScopeOf()298 return createNestedNameSpecifier(Ctx, OuterNS, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf()