Searched refs:NameInScope (Results 1 – 2 of 2) sorted by relevance
122 DeclarationName NameInScope);1216 DeclarationName NameInScope) { in AppendScope() argument1227 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1231 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()1232 DC->getParent()->lookup(NameInScope).size() == in AppendScope()1233 DC->lookup(NameInScope).size()) in AppendScope()1234 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()1259 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1603 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local1611 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()1612 Ctx->lookup(NameInScope).size() == in printNestedNameSpecifier()1613 Ctx->getParent()->lookup(NameInScope).size()) in printNestedNameSpecifier()1622 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()