| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Scope.h | 34 class UsingDirectiveDecl; variable 207 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>; 496 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2821 void UsingDirectiveDecl::anchor() {} in anchor() 2823 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() 2832 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc, in Create() 2836 UsingDirectiveDecl *UsingDirectiveDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 2838 return new (C, ID) UsingDirectiveDecl(nullptr, SourceLocation(), in CreateDeserialized() 2844 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace()
|
| H A D | DeclBase.cpp | 1443 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) || in shouldBeHidden() 1917 UsingDirectiveDecl *DeclContext::udir_iterator::operator*() const { in operator *() 1918 return cast<UsingDirectiveDecl>(*I); in operator *() 1926 lookup_result Result = lookup(UsingDirectiveDecl::getName()); in using_directives()
|
| H A D | DeclPrinter.cpp | 78 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 965 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| H A D | JSONNodeDumper.cpp | 773 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { in VisitUsingDirectiveDecl()
|
| H A D | TextNodeDumper.cpp | 1885 void TextNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 71 class UsingDirectiveDecl; variable 2382 UsingDirectiveDecl *>; 2387 UsingDirectiveDecl *operator*() const;
|
| H A D | TextNodeDumper.h | 343 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
|
| H A D | DeclCXX.h | 2881 class UsingDirectiveDecl : public NamedDecl { 2898 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function 2943 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace() 2961 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC, 2968 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | JSONNodeDumper.h | 236 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
|
| H A D | DeclarationName.h | 41 class UsingDirectiveDecl; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 603 if (isa<UsingDirectiveDecl>(D)) in getUnnamedDeclKind()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3041 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl() 3045 UsingDirectiveDecl *Inst in VisitUsingDirectiveDecl() 3046 = UsingDirectiveDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 62 if (isa<UsingDirectiveDecl>(D)) in isFunctionLocalSymbol()
|
| H A D | IndexDecl.cpp | 604 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| H A D | USRGeneration.cpp | 111 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 497 void EmitUsingDirective(const UsingDirectiveDecl &UD);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 845 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDirectiveDecl>
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1009 clang::UsingDirectiveDecl *
|
| H A D | TypeSystemClang.cpp | 1947 clang::UsingDirectiveDecl *TypeSystemClang::CreateUsingDirectiveDeclaration( in CreateUsingDirectiveDeclaration() 1952 clang::UsingDirectiveDecl *using_decl = clang::UsingDirectiveDecl::Create( in CreateUsingDirectiveDeclaration() 9400 if (clang::UsingDirectiveDecl *ud = in DeclContextFindDeclByName() 9401 llvm::dyn_cast<clang::UsingDirectiveDecl>(child)) { in DeclContextFindDeclByName() 9515 if (clang::UsingDirectiveDecl *ud = in CountDeclLevels() 9516 llvm::dyn_cast<clang::UsingDirectiveDecl>(child)) { in CountDeclLevels()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 437 if (auto *U = dyn_cast<UsingDirectiveDecl>(D)) in getDeclValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 64 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 1320 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| H A D | ASTReaderDecl.cpp | 324 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 1696 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl() 3875 D = UsingDirectiveDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1548 bool WalkUpFromUsingDirectiveDecl(UsingDirectiveDecl *S) { in WalkUpFromUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 214 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() 260 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace()
|