Searched refs:NameInScope (Results 1 – 2 of 2) sorted by relevance
136 DeclarationName NameInScope);1254 DeclarationName NameInScope) { in AppendScope() argument1268 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1272 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()1273 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()1274 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1299 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1700 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local1708 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()1709 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()1718 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()