Searched refs:NameInScope (Results 1 – 2 of 2) sorted by relevance
136 DeclarationName NameInScope);1310 DeclarationName NameInScope) { in AppendScope() argument1324 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1328 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()1329 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()1330 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1355 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1746 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local1754 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()1755 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()1764 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()