Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp157 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier
265 if (getAsNamespace()->isAnonymousNamespace()) in print()
268 OS << getAsNamespace()->getName(); in print()
DItaniumMangle.cpp836 mangleSourceName(qualifier->getAsNamespace()->getIdentifier()); in mangleUnresolvedPrefix()
1311 mangleName(qualifier->getAsNamespace()); in manglePrefix()
DASTImporter.cpp5543 cast<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()
DASTContext.cpp4399 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp136 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
DCIndex.cpp1281 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()
1324 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), in VisitNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h178 NamespaceDecl *getAsNamespace() const;
/external/clang/unittests/Tooling/
DRefactoringTest.cpp387 if (const NamespaceDecl* NS = NNSLoc.getNestedNameSpecifier()->getAsNamespace()) { in TraverseNestedNameSpecifierLoc()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4422 if (!Node.getAsNamespace()) in AST_MATCHER_P()
4424 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp137 return NNS->getAsNamespace(); in computeDeclContext()
DSemaLookup.cpp3745 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()
3747 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
DTreeTransform.h3351 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
/external/clang/lib/Serialization/
DASTWriter.cpp5150 AddDeclRef(NNS->getAsNamespace(), Record); in AddNestedNameSpecifier()
5200 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace(), Record); in AddNestedNameSpecifierLoc()
DASTReaderDecl.cpp2480 if (auto *NS = X->getAsNamespace()) in getNamespace()
/external/clang/lib/Parse/
DParseDeclCXX.cpp547 !SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclaration()