Home
last modified time | relevance | path

Searched refs:NamespaceAliasDecl (Results 1 – 25 of 73) sorted by relevance

123

/external/clang/include/clang/AST/
DNestedNameSpecifier.h26 class NamespaceAliasDecl; variable
130 NamespaceAliasDecl *Alias);
182 NamespaceAliasDecl *getAsNamespaceAlias() const;
432 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
DDeclCXX.h2718 class NamespaceAliasDecl : public NamedDecl,
2719 public Redeclarable<NamespaceAliasDecl> {
2737 NamespaceAliasDecl(ASTContext &C, DeclContext *DC, in NamespaceAliasDecl() function
2745 typedef Redeclarable<NamespaceAliasDecl> redeclarable_base;
2746 NamespaceAliasDecl *getNextRedeclarationImpl() override;
2747 NamespaceAliasDecl *getPreviousDeclImpl() override;
2748 NamespaceAliasDecl *getMostRecentDeclImpl() override;
2753 static NamespaceAliasDecl *Create(ASTContext &C, DeclContext *DC,
2761 static NamespaceAliasDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2771 NamespaceAliasDecl *getCanonicalDecl() override { in getCanonicalDecl()
[all …]
/external/llvm-project/clang/include/clang/AST/
DNestedNameSpecifier.h34 class NamespaceAliasDecl; variable
137 NamespaceAliasDecl *Alias);
189 NamespaceAliasDecl *getAsNamespaceAlias() const;
446 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
DDeclCXX.h2962 class NamespaceAliasDecl : public NamedDecl,
2963 public Redeclarable<NamespaceAliasDecl> {
2981 NamespaceAliasDecl(ASTContext &C, DeclContext *DC, in NamespaceAliasDecl() function
2991 using redeclarable_base = Redeclarable<NamespaceAliasDecl>;
2993 NamespaceAliasDecl *getNextRedeclarationImpl() override;
2994 NamespaceAliasDecl *getPreviousDeclImpl() override;
2995 NamespaceAliasDecl *getMostRecentDeclImpl() override;
2998 static NamespaceAliasDecl *Create(ASTContext &C, DeclContext *DC,
3006 static NamespaceAliasDecl *CreateDeserialized(ASTContext &C, unsigned ID);
3017 NamespaceAliasDecl *getCanonicalDecl() override { in getCanonicalDecl()
[all …]
DTextNodeDumper.h341 void VisitNamespaceAliasDecl(const NamespaceAliasDecl *D);
DJSONNodeDumper.h235 void VisitNamespaceAliasDecl(const NamespaceAliasDecl *NAD);
/external/clang/lib/AST/
DDeclCXX.cpp2053 if (NamespaceAliasDecl *NA = in getNominatedNamespace()
2054 dyn_cast_or_null<NamespaceAliasDecl>(NominatedNamespace)) in getNominatedNamespace()
2110 void NamespaceAliasDecl::anchor() { } in anchor()
2112 NamespaceAliasDecl *NamespaceAliasDecl::getNextRedeclarationImpl() { in getNextRedeclarationImpl()
2115 NamespaceAliasDecl *NamespaceAliasDecl::getPreviousDeclImpl() { in getPreviousDeclImpl()
2118 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl()
2122 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2132 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
2136 NamespaceAliasDecl *
2137 NamespaceAliasDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
[all …]
DNestedNameSpecifier.cpp77 NamespaceAliasDecl *Alias) { in Create()
165 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const { in getAsNamespaceAlias()
167 return dyn_cast<NamespaceAliasDecl>(static_cast<NamedDecl *>(Specifier)); in getAsNamespaceAlias()
587 NamespaceAliasDecl *Alias, in Extend()
DDeclPrinter.cpp75 void VisitNamespaceAliasDecl(NamespaceAliasDecl *D);
823 void DeclPrinter::VisitNamespaceAliasDecl(NamespaceAliasDecl *D) { in VisitNamespaceAliasDecl()
/external/llvm-project/clang/lib/AST/
DNestedNameSpecifier.cpp90 NamespaceAliasDecl *Alias) { in Create()
177 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const { in getAsNamespaceAlias()
179 return dyn_cast<NamespaceAliasDecl>(static_cast<NamedDecl *>(Specifier)); in getAsNamespaceAlias()
598 NamespaceAliasDecl *Alias, in Extend()
DDeclCXX.cpp2840 if (auto *NA = dyn_cast_or_null<NamespaceAliasDecl>(NominatedNamespace)) in getNominatedNamespace()
2898 void NamespaceAliasDecl::anchor() {} in anchor()
2900 NamespaceAliasDecl *NamespaceAliasDecl::getNextRedeclarationImpl() { in getNextRedeclarationImpl()
2904 NamespaceAliasDecl *NamespaceAliasDecl::getPreviousDeclImpl() { in getPreviousDeclImpl()
2908 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl()
2912 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2922 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias, in Create()
2926 NamespaceAliasDecl *
2927 NamespaceAliasDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
2928 return new (C, ID) NamespaceAliasDecl(C, nullptr, SourceLocation(), in CreateDeserialized()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DNamespaceAliaser.cpp24 AST_MATCHER_P(NamespaceAliasDecl, hasTargetNamespace, in AST_MATCHER_P() argument
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.h159 llvm::SmallPtrSet<const NamespaceAliasDecl *, 8> NamespaceAliasDecls;
/external/clang/lib/Frontend/
DASTConsumers.cpp466 NamespaceAliasDecl* NAD = cast<NamespaceAliasDecl>(I); in PrintDeclContext()
/external/clang/lib/CodeGen/
DCGDebugInfo.h127 llvm::DenseMap<const NamespaceAliasDecl *, llvm::TrackingMDRef>
369 llvm::DIImportedEntity *EmitNamespaceAlias(const NamespaceAliasDecl &NA);
/external/llvm-project/clang/tools/libclang/
DCursorVisitor.h237 bool VisitNamespaceAliasDecl(NamespaceAliasDecl *D);
DCXIndexDataConsumer.cpp1205 if (const NamespaceAliasDecl *Namespace = dyn_cast<NamespaceAliasDecl>(D)) in getRefCursor()
/external/clang/tools/libclang/
DCursorVisitor.h236 bool VisitNamespaceAliasDecl(NamespaceAliasDecl *D);
/external/clang/lib/Index/
DUSRGeneration.cpp80 void VisitNamespaceAliasDecl(const NamespaceAliasDecl *D);
329 void USRGenerator::VisitNamespaceAliasDecl(const NamespaceAliasDecl *D) { in VisitNamespaceAliasDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h159 llvm::DenseMap<const NamespaceAliasDecl *, llvm::TrackingMDRef>
503 llvm::DIImportedEntity *EmitNamespaceAlias(const NamespaceAliasDecl &NA);
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp714 if (NamespaceAliasDecl *Alias = dyn_cast<NamespaceAliasDecl>(SD)) { in BuildCXXNestedNameSpecifier()
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp718 if (NamespaceAliasDecl *Alias = dyn_cast<NamespaceAliasDecl>(SD)) { in BuildCXXNestedNameSpecifier()
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp89 void VisitNamespaceAliasDecl(const NamespaceAliasDecl *D);
380 void USRGenerator::VisitNamespaceAliasDecl(const NamespaceAliasDecl *D) { in VisitNamespaceAliasDecl()
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp377 } else if (const auto *NAD = dyn_cast<NamespaceAliasDecl>(D)) { in add()
774 void VisitNamespaceAliasDecl(const NamespaceAliasDecl *D) { in refInDecl()
DQuality.cpp76 MAP(NamespaceAliasDecl, Namespace); in categorize()

123