Home
last modified time | relevance | path

Searched refs:getAsNamespace (Results 1 – 14 of 14) 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.cpp839 mangleSourceName(qualifier->getAsNamespace()->getIdentifier()); in mangleUnresolvedPrefix()
1313 mangleName(qualifier->getAsNamespace()); in manglePrefix()
DASTImporter.cpp4805 cast<NamespaceDecl>(Import(FromNNS->getAsNamespace()))) { in Import()
DASTContext.cpp4239 NNS->getAsNamespace()->getOriginalNamespace()); in getCanonicalNestedNameSpecifier()
/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp136 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
DCIndex.cpp1237 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(), in VisitNestedNameSpecifier()
1280 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), in VisitNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h178 NamespaceDecl *getAsNamespace() const;
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3928 if (!Node.getAsNamespace()) in AST_MATCHER_P()
3930 return InnerMatcher.matches(*Node.getAsNamespace(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp137 return NNS->getAsNamespace(); in computeDeclContext()
DSemaLookup.cpp3424 if (NNS->getAsNamespace()->isAnonymousNamespace()) in getNestedNameSpecifierIdentifiers()
3426 II = NNS->getAsNamespace()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
DTreeTransform.h3163 QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
/external/clang/lib/Parse/
DParseDeclCXX.cpp541 !SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclaration()
/external/clang/lib/Serialization/
DASTWriter.cpp5313 AddDeclRef(NNS->getAsNamespace(), Record); in AddNestedNameSpecifier()
5363 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace(), Record); in AddNestedNameSpecifierLoc()
DASTReaderDecl.cpp2402 if (auto *NS = X->getAsNamespace()) in getNamespace()