Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAbstractBasicWriter.h259 asImpl().writeNamespaceAliasDeclRef(NNS->getAsNamespaceAlias()); in writeNestedNameSpecifier()
HDNestedNameSpecifier.h189 NamespaceAliasDecl *getAsNamespaceAlias() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.cpp177 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const { in getAsNamespaceAlias() function in NestedNameSpecifier
270 OS << getAsNamespaceAlias()->getName(); in print()
HDQualTypeNames.cpp231 Scope->getAsNamespaceAlias()->getNamespace()->getCanonicalDecl(), in getFullyQualifiedNestedNameSpecifier()
HDASTStructuralEquivalence.cpp565 return IsStructurallyEquivalent(Context, NNS1->getAsNamespaceAlias(), in IsStructurallyEquivalent()
566 NNS2->getAsNamespaceAlias()); in IsStructurallyEquivalent()
HDODRHash.cpp129 AddDecl(NNS->getAsNamespaceAlias()); in AddNestedNameSpecifier()
HDTextNodeDumper.cpp920 dumpBareDeclRef(NNS->getAsNamespaceAlias()); in dumpNestedNameSpecifier()
HDItaniumMangle.cpp1375 mangleSourceNameWithAbiTags(qualifier->getAsNamespaceAlias()); in mangleUnresolvedPrefix()
2160 mangleName(qualifier->getAsNamespaceAlias()->getNamespace()); in manglePrefix()
HDASTImporter.cpp9692 if (ExpectedDecl NSADOrErr = Import(FromNNS->getAsNamespaceAlias())) in Import()
9768 Builder.Extend(getToContext(), Spec->getAsNamespaceAlias(), in Import()
HDASTContext.cpp6869 if (auto *NAS = X->getAsNamespaceAlias()) in getNamespace()
7258 NNS->getAsNamespaceAlias()->getNamespace()->getFirstDecl()); in getCanonicalNestedNameSpecifier()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp293 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(), in indexNestedNameSpecifierLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp147 return NNS->getAsNamespaceAlias()->getNamespace(); in computeDeclContext()
HDSemaLookup.cpp4474 II = NNS->getAsNamespaceAlias()->getIdentifier(); in getNestedNameSpecifierIdentifiers()
HDTreeTransform.h4424 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp234 const NamespaceAliasDecl *Alias = NNS->getAsNamespaceAlias(); in getFragmentsForNNS()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp660 !D.SS.getScopeRep()->getAsNamespaceAlias()) { in ParseUsingDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp6424 AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespaceAlias()); in AddNestedNameSpecifierLoc()