Searched refs:getAsNamespace (Results 1 – 13 of 13) sorted by relevance
145 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier236 if (getAsNamespace()->isAnonymousNamespace()) in print()239 OS << getAsNamespace()->getName(); in print()
820 mangleSourceName(qualifier->getAsNamespace()->getIdentifier()); in mangleUnresolvedPrefix()1463 mangleName(qualifier->getAsNamespace()); in manglePrefix()
4748 cast<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()
4161 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
135 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
1234 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()1276 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), in VisitNestedNameSpecifierLoc()
169 NamespaceDecl *getAsNamespace() const;
3537 if (!Node.getAsNamespace()) in AST_MATCHER_P()3539 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
137 return NNS->getAsNamespace(); in computeDeclContext()
3302 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()3304 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
3046 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
525 !SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclaration()
5037 AddDeclRef(NNS->getAsNamespace(), Record); in AddNestedNameSpecifier()5083 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace(), Record); in AddNestedNameSpecifierLoc()