Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp169 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier
285 if (getAsNamespace()->isAnonymousNamespace()) in print()
288 OS << getAsNamespace()->getName(); in print()
H A DQualTypeNames.cpp223 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp145 return IsStructurallyEquivalent(Context, NNS1->getAsNamespace(), in IsStructurallyEquivalent()
146 NNS2->getAsNamespace()); in IsStructurallyEquivalent()
H A DODRHash.cpp119 AddDecl(NNS->getAsNamespace()); in AddNestedNameSpecifier()
H A DItaniumMangle.cpp1152 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix()
1736 mangleName(qualifier->getAsNamespace()); in manglePrefix()
H A DASTImporter.cpp7924 cast_or_null<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()
7998 Spec->getAsNamespace(), in Import()
H A DASTContext.cpp5369 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h109 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); in TraverseNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h184 NamespaceDecl *getAsNamespace() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp235 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp146 return NNS->getAsNamespace(); in computeDeclContext()
H A DSemaLookup.cpp3917 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()
3919 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
H A DTreeTransform.h3593 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5905 if (!Node.getAsNamespace()) in AST_MATCHER_P()
5907 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5729 AddDeclRef(NNS->getAsNamespace()); in AddNestedNameSpecifier()
5778 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()
H A DASTReaderDecl.cpp2848 if (auto *NS = X->getAsNamespace()) in getNamespace()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp615 !D.SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclarator()