Home
last modified time | relevance | path

Searched refs:getAsNamespace (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.cpp169 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier
263 if (getAsNamespace()->isAnonymousNamespace()) in print()
266 OS << getAsNamespace()->getName(); in print()
HDQualTypeNames.cpp223 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
HDASTStructuralEquivalence.cpp562 return IsStructurallyEquivalent(Context, NNS1->getAsNamespace(), in IsStructurallyEquivalent()
563 NNS2->getAsNamespace()); in IsStructurallyEquivalent()
HDODRHash.cpp126 AddDecl(NNS->getAsNamespace()); in AddNestedNameSpecifier()
HDTextNodeDumper.cpp916 dumpBareDeclRef(NNS->getAsNamespace()); in dumpNestedNameSpecifier()
HDItaniumMangle.cpp1367 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix()
2156 mangleName(qualifier->getAsNamespace()); in manglePrefix()
HDASTImporter.cpp9685 if (ExpectedDecl NSOrErr = Import(FromNNS->getAsNamespace())) { in Import()
9763 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, in Import()
HDASTContext.cpp6867 if (auto *NS = X->getAsNamespace()) in getNamespace()
7251 NNS->getAsNamespace()->getFirstDecl()); in getCanonicalNestedNameSpecifier()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRecursiveSymbolVisitor.h118 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); in TraverseNestedNameSpecifierLoc()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAbstractBasicWriter.h255 asImpl().writeNamespaceDeclRef(NNS->getAsNamespace()); in writeNestedNameSpecifier()
HDNestedNameSpecifier.h185 NamespaceDecl *getAsNamespace() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp289 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp144 return NNS->getAsNamespace(); in computeDeclContext()
HDSemaLookup.cpp4468 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()
4470 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
HDTreeTransform.h4416 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h7825 if (!Node.getAsNamespace()) in AST_MATCHER_P()
7827 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp223 const NamespaceDecl *NS = NNS->getAsNamespace(); in getFragmentsForNNS()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp659 !D.SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp6419 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()