Searched refs:NameInScope (Results 1 – 2 of 2) sorted by relevance
125 DeclarationName NameInScope);1221 DeclarationName NameInScope) { in AppendScope() argument1235 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1239 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()1240 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()1241 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1266 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1629 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local1637 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()1638 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()1647 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()