Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp157 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier
274 if (getAsNamespace()->isAnonymousNamespace()) in print()
277 OS << getAsNamespace()->getName(); in print()
DItaniumMangle.cpp1099 mangleSourceNameWithAbiTags(qualifier->getAsNamespace()); in mangleUnresolvedPrefix()
1621 mangleName(qualifier->getAsNamespace()); in manglePrefix()
DASTImporter.cpp6241 cast<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()
DASTContext.cpp4453 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp172 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h178 NamespaceDecl *getAsNamespace() const;
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp236 Ctx, Scope->getAsNamespace(), WithGlobalNsPrefix); in getFullyQualifiedNestedNameSpecifier()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5064 if (!Node.getAsNamespace()) in AST_MATCHER_P()
5066 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp147 return NNS->getAsNamespace(); in computeDeclContext()
DSemaLookup.cpp3831 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()
3833 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
DTreeTransform.h3457 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
/external/clang/unittests/Tooling/
DRefactoringTest.cpp421 if (const NamespaceDecl* NS = NNSLoc.getNestedNameSpecifier()->getAsNamespace()) { in TraverseNestedNameSpecifierLoc()
/external/clang/lib/Serialization/
DASTWriter.cpp5188 AddDeclRef(NNS->getAsNamespace()); in AddNestedNameSpecifier()
5237 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace()); in AddNestedNameSpecifierLoc()
DASTReaderDecl.cpp2572 if (auto *NS = X->getAsNamespace()) in getNamespace()
/external/clang/lib/Parse/
DParseDeclCXX.cpp547 !SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclaration()
/external/clang/tools/libclang/
DCIndex.cpp1291 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()
1334 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), in VisitNestedNameSpecifierLoc()