Searched refs:getAsNamespace (Results 1 – 17 of 17) sorted by relevance
169 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier285 if (getAsNamespace()->isAnonymousNamespace()) in print()288 OS << getAsNamespace()->getName(); in print()
223 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
145 return IsStructurallyEquivalent(Context, NNS1->getAsNamespace(), in IsStructurallyEquivalent()146 NNS2->getAsNamespace()); in IsStructurallyEquivalent()
119 AddDecl(NNS->getAsNamespace()); in AddNestedNameSpecifier()
1152 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix()1736 mangleName(qualifier->getAsNamespace()); in manglePrefix()
7924 cast_or_null<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()7998 Spec->getAsNamespace(), in Import()
5369 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
109 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); in TraverseNestedNameSpecifierLoc()
184 NamespaceDecl *getAsNamespace() const;
235 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
146 return NNS->getAsNamespace(); in computeDeclContext()
3917 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()3919 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
3593 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
5905 if (!Node.getAsNamespace()) in AST_MATCHER_P()5907 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
5729 AddDeclRef(NNS->getAsNamespace()); in AddNestedNameSpecifier()5778 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()
2848 if (auto *NS = X->getAsNamespace()) in getNamespace()
615 !D.SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclarator()