Searched refs:getAsNamespace (Results 1 – 19 of 19) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 163 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier 309 if (getAsNamespace()->isAnonymousNamespace()) in print() 312 OS << getAsNamespace()->getName(); in print()
|
| H A D | QualTypeNames.cpp | 221 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 601 return IsStructurallyEquivalent(Context, NNS1->getAsNamespace(), in IsStructurallyEquivalent() 602 NNS2->getAsNamespace()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 128 AddDecl(NNS->getAsNamespace()); in AddNestedNameSpecifier()
|
| H A D | ItaniumMangle.cpp | 1385 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix() 2188 mangleName(qualifier->getAsNamespace()); in manglePrefix()
|
| H A D | TextNodeDumper.cpp | 1051 dumpBareDeclRef(NNS->getAsNamespace()); in dumpNestedNameSpecifier()
|
| H A D | ASTContext.cpp | 7394 if (auto *NS = X->getAsNamespace()) in getNamespace() 7845 NNS->getAsNamespace()->getFirstDecl()); in getCanonicalNestedNameSpecifier() 13737 NamespaceDecl *N1 = A1 ? A1->getNamespace() : NNS1->getAsNamespace(), in getCommonNNS() 13738 *N2 = A2 ? A2->getNamespace() : NNS2->getAsNamespace(); in getCommonNNS()
|
| H A D | ASTImporter.cpp | 10064 if (ExpectedDecl NSOrErr = Import(FromNNS->getAsNamespace())) { in Import() 10138 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, in Import()
|
| /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 | 254 asImpl().writeNamespaceDeclRef(NNS->getAsNamespace()); in writeNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 179 NamespaceDecl *getAsNamespace() const;
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 271 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 140 return NNS->getAsNamespace(); in computeDeclContext()
|
| H A D | SemaLookup.cpp | 4563 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers() 4565 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
|
| H A D | TreeTransform.h | 4626 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7896 if (!Node.getAsNamespace()) in AST_MATCHER_P() 7898 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 | 594 !D.SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 7072 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()
|