Searched refs:NameInScope (Results 1 – 2 of 2) sorted by relevance
136 DeclarationName NameInScope);1377 DeclarationName NameInScope) { in AppendScope() argument1391 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1395 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()1396 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()1397 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1422 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1731 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local1739 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()1740 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()1749 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()