/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Scope.h | 32 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/ |
D | Scope.h | 35 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/ |
D | Scope.h | 35 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/ |
D | Scope.h | 35 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/ |
D | Scope.h | 35 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 D | DeclCXX.cpp | 2029 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 D | DeclBase.cpp | 1321 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 D | DeclPrinter.cpp | 74 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 816 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2615 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 D | DeclBase.h | 57 class UsingDirectiveDecl; variable 1717 UsingDirectiveDecl *> udir_iterator_base; 1720 UsingDirectiveDecl *operator*() const;
|
H A D | DeclarationName.h | 37 class UsingDirectiveDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclBase.h | 66 class UsingDirectiveDecl; variable 2583 UsingDirectiveDecl *>; 2588 UsingDirectiveDecl *operator*() const;
|
D | DeclCXX.h | 3008 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);
|
D | TextNodeDumper.h | 357 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CursorVisitor.h | 237 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclCXX.h | 3015 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);
|
D | DeclBase.h | 68 class UsingDirectiveDecl; variable 2599 UsingDirectiveDecl *>; 2604 UsingDirectiveDecl *operator*() const;
|
D | TextNodeDumper.h | 370 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclCXX.h | 3008 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);
|
D | DeclBase.h | 67 class UsingDirectiveDecl; variable 2609 UsingDirectiveDecl *>; 2614 UsingDirectiveDecl *operator*() const;
|
D | TextNodeDumper.h | 367 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | DeclCXX.h | 3008 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);
|
D | DeclBase.h | 67 class UsingDirectiveDecl; variable 2609 UsingDirectiveDecl *>; 2614 UsingDirectiveDecl *operator*() const;
|
D | TextNodeDumper.h | 367 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | IndexDecl.cpp | 363 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|