Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp145 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const { in getAsNamespace() function in NestedNameSpecifier
236 if (getAsNamespace()->isAnonymousNamespace()) in print()
239 OS << getAsNamespace()->getName(); in print()
DItaniumMangle.cpp820 mangleSourceName(qualifier->getAsNamespace()->getIdentifier()); in mangleUnresolvedPrefix()
1463 mangleName(qualifier->getAsNamespace()); in manglePrefix()
DASTImporter.cpp4748 cast<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()
DASTContext.cpp4161 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp135 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
DCIndex.cpp1234 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()
1276 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), in VisitNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h169 NamespaceDecl *getAsNamespace() const;
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3537 if (!Node.getAsNamespace()) in AST_MATCHER_P()
3539 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp137 return NNS->getAsNamespace(); in computeDeclContext()
DSemaLookup.cpp3302 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()
3304 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
DTreeTransform.h3046 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
/external/clang/lib/Parse/
DParseDeclCXX.cpp525 !SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclaration()
/external/clang/lib/Serialization/
DASTWriter.cpp5037 AddDeclRef(NNS->getAsNamespace(), Record); in AddNestedNameSpecifier()
5083 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace(), Record); in AddNestedNameSpecifierLoc()