Home
last modified time | relevance | path

Searched refs:getAsNamespaceAlias (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp176 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(), in indexNestedNameSpecifierLoc()
/external/clang/lib/AST/
DNestedNameSpecifier.cpp165 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const { in getAsNamespaceAlias() function in NestedNameSpecifier
281 OS << getAsNamespaceAlias()->getName(); in print()
DItaniumMangle.cpp1107 mangleSourceNameWithAbiTags(qualifier->getAsNamespaceAlias()); in mangleUnresolvedPrefix()
1625 mangleName(qualifier->getAsNamespaceAlias()->getNamespace()); in manglePrefix()
DASTImporter.cpp6248 cast<NamespaceAliasDecl>(Import(FromNNS->getAsNamespaceAlias()))) { in Import()
DASTContext.cpp4459 NNS->getAsNamespaceAlias()->getNamespace() in getCanonicalNestedNameSpecifier()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h182 NamespaceAliasDecl *getAsNamespaceAlias() const;
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp244 Scope->getAsNamespaceAlias()->getNamespace()->getCanonicalDecl(), in getFullyQualifiedNestedNameSpecifier()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp150 return NNS->getAsNamespaceAlias()->getNamespace(); in computeDeclContext()
DSemaLookup.cpp3837 II = NNS->getAsNamespaceAlias()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
DTreeTransform.h3466 QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
/external/clang/lib/Serialization/
DASTWriter.cpp5192 AddDeclRef(NNS->getAsNamespaceAlias()); in AddNestedNameSpecifier()
5242 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespaceAlias()); in AddNestedNameSpecifierLoc()
DASTReaderDecl.cpp2574 if (auto *NAS = X->getAsNamespaceAlias()) in getNamespace()
/external/clang/lib/Parse/
DParseDeclCXX.cpp548 !SS.getScopeRep()->getAsNamespaceAlias()) { in ParseUsingDeclaration()
/external/clang/tools/libclang/
DCIndex.cpp1295 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(), in VisitNestedNameSpecifier()
1342 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(), in VisitNestedNameSpecifierLoc()