Searched refs:NameInScope (Results 1 – 2 of 2) sorted by relevance
140 DeclarationName NameInScope);1266 DeclarationName NameInScope) { in AppendScope() argument1280 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1284 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()1285 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()1286 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1311 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1671 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local1679 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()1680 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()1689 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()