Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDNestedNameSpecifier.cpp165 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const { in getAsNamespaceAlias() function in NestedNameSpecifier
272 OS << getAsNamespaceAlias()->getName(); in print()
HDItaniumMangle.cpp847 mangleSourceName(qualifier->getAsNamespaceAlias()->getIdentifier()); in mangleUnresolvedPrefix()
1317 mangleName(qualifier->getAsNamespaceAlias()->getNamespace()); in manglePrefix()
HDASTImporter.cpp5551 cast<NamespaceAliasDecl>(Import(FromNNS->getAsNamespaceAlias()))) { in Import()
HDASTContext.cpp4343 NNS->getAsNamespaceAlias()->getNamespace() in getCanonicalNestedNameSpecifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDNestedNameSpecifier.h182 NamespaceAliasDecl *getAsNamespaceAlias() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp140 return NNS->getAsNamespaceAlias()->getNamespace(); in computeDeclContext()
HDSemaLookup.cpp3575 II = NNS->getAsNamespaceAlias()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
HDTreeTransform.h3202 QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5165 AddDeclRef(NNS->getAsNamespaceAlias(), Record); in AddNestedNameSpecifier()
5216 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(), Record); in AddNestedNameSpecifierLoc()
HDASTReaderDecl.cpp2489 if (auto *NAS = X->getAsNamespaceAlias()) in getNamespace()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp542 !SS.getScopeRep()->getAsNamespaceAlias()) { in ParseUsingDeclaration()