Searched refs:getAsNamespace (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 169 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier 263 if (getAsNamespace()->isAnonymousNamespace()) in print() 266 OS << getAsNamespace()->getName(); in print()
|
H A D | QualTypeNames.cpp | 223 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
|
H A D | ASTStructuralEquivalence.cpp | 562 return IsStructurallyEquivalent(Context, NNS1->getAsNamespace(), in IsStructurallyEquivalent() 563 NNS2->getAsNamespace()); in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 126 AddDecl(NNS->getAsNamespace()); in AddNestedNameSpecifier()
|
H A D | TextNodeDumper.cpp | 916 dumpBareDeclRef(NNS->getAsNamespace()); in dumpNestedNameSpecifier()
|
H A D | ItaniumMangle.cpp | 1367 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix() 2156 mangleName(qualifier->getAsNamespace()); in manglePrefix()
|
H A D | ASTImporter.cpp | 9685 if (ExpectedDecl NSOrErr = Import(FromNNS->getAsNamespace())) { in Import() 9763 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, in Import()
|
H A D | ASTContext.cpp | 6867 if (auto *NS = X->getAsNamespace()) in getNamespace() 7251 NNS->getAsNamespace()->getFirstDecl()); in getCanonicalNestedNameSpecifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 118 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); in TraverseNestedNameSpecifierLoc()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicWriter.h | 255 asImpl().writeNamespaceDeclRef(NNS->getAsNamespace()); in writeNestedNameSpecifier()
|
H A D | NestedNameSpecifier.h | 185 NamespaceDecl *getAsNamespace() const;
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 289 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 144 return NNS->getAsNamespace(); in computeDeclContext()
|
H A D | SemaLookup.cpp | 4468 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers() 4470 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
|
H A D | TreeTransform.h | 4416 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7825 if (!Node.getAsNamespace()) in AST_MATCHER_P() 7827 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 223 const NamespaceDecl *NS = NNS->getAsNamespace(); in getFragmentsForNNS()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 659 !D.SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclarator()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6419 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()
|