Home
last modified time | relevance | path

Searched refs:UsingDirectiveDecl (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/clang/include/clang/Sema/
H A DScope.h32 class UsingDirectiveDecl; variable
190 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
442 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScope.h35 class UsingDirectiveDecl; variable
217 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>;
546 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScope.h35 class UsingDirectiveDecl; variable
230 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>;
599 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScope.h35 class UsingDirectiveDecl; variable
227 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>;
593 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScope.h35 class UsingDirectiveDecl; variable
227 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>;
593 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp2029 void UsingDirectiveDecl::anchor() { } in anchor()
2031 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2040 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc, in Create()
2044 UsingDirectiveDecl *UsingDirectiveDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2046 return new (C, ID) UsingDirectiveDecl(nullptr, SourceLocation(), in CreateDeserialized()
2052 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace()
H A DDeclBase.cpp1321 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) || in shouldBeHidden()
1682 UsingDirectiveDecl *DeclContext::udir_iterator::operator*() const { in operator *()
1683 return cast<UsingDirectiveDecl>(*I); in operator *()
1691 lookup_result Result = lookup(UsingDirectiveDecl::getName()); in using_directives()
H A DDeclPrinter.cpp74 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
816 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h2615 class UsingDirectiveDecl : public NamedDecl {
2641 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
2671 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
2689 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
2696 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DDeclBase.h57 class UsingDirectiveDecl; variable
1717 UsingDirectiveDecl *> udir_iterator_base;
1720 UsingDirectiveDecl *operator*() const;
H A DDeclarationName.h37 class UsingDirectiveDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclBase.h66 class UsingDirectiveDecl; variable
2583 UsingDirectiveDecl *>;
2588 UsingDirectiveDecl *operator*() const;
DDeclCXX.h3008 class UsingDirectiveDecl : public NamedDecl {
3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
3070 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
3088 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
3095 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DTextNodeDumper.h357 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
/aosp_15_r20/external/clang/tools/libclang/
H A DCursorVisitor.h237 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h3015 class UsingDirectiveDecl : public NamedDecl {
3032 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
3077 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
3095 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
3102 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
DDeclBase.h68 class UsingDirectiveDecl; variable
2599 UsingDirectiveDecl *>;
2604 UsingDirectiveDecl *operator*() const;
DTextNodeDumper.h370 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h3008 class UsingDirectiveDecl : public NamedDecl {
3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
3070 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
3088 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
3095 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DDeclBase.h67 class UsingDirectiveDecl; variable
2609 UsingDirectiveDecl *>;
2614 UsingDirectiveDecl *operator*() const;
DTextNodeDumper.h367 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h3008 class UsingDirectiveDecl : public NamedDecl {
3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
3070 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
3088 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
3095 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DDeclBase.h67 class UsingDirectiveDecl; variable
2609 UsingDirectiveDecl *>;
2614 UsingDirectiveDecl *operator*() const;
DTextNodeDumper.h367 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
/aosp_15_r20/external/clang/lib/Index/
H A DIndexDecl.cpp363 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()

123