Searched refs:getAsNamespace (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/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 | 220 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 439 return IsStructurallyEquivalent(Context, NNS1->getAsNamespace(), in IsStructurallyEquivalent() 440 NNS2->getAsNamespace()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 123 AddDecl(NNS->getAsNamespace()); in AddNestedNameSpecifier()
|
| H A D | ItaniumMangle.cpp | 1274 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix() 1991 mangleName(qualifier->getAsNamespace()); in manglePrefix()
|
| H A D | ASTImporter.cpp | 8719 if (ExpectedDecl NSOrErr = Import(FromNNS->getAsNamespace())) { in Import() 8798 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, in Import()
|
| H A D | ASTContext.cpp | 6060 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 118 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); in TraverseNestedNameSpecifierLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 250 asImpl().writeNamespaceDeclRef(NNS->getAsNamespace()); in writeNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 185 NamespaceDecl *getAsNamespace() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 279 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 145 return NNS->getAsNamespace(); in computeDeclContext()
|
| H A D | SemaLookup.cpp | 4206 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers() 4208 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
|
| H A D | TreeTransform.h | 4083 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7131 if (!Node.getAsNamespace()) in AST_MATCHER_P() 7133 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 629 !D.SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclarator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2964 if (auto *NS = X->getAsNamespace()) in getNamespace()
|
| H A D | ASTWriter.cpp | 5388 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()
|