| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Scope.h | 35 class UsingDirectiveDecl; variable 217 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>; 546 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2920 void UsingDirectiveDecl::anchor() {} in anchor() 2922 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() 2931 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc, in Create() 2935 UsingDirectiveDecl *UsingDirectiveDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 2937 return new (C, ID) UsingDirectiveDecl(nullptr, SourceLocation(), in CreateDeserialized() 2943 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace()
|
| H A D | DeclBase.cpp | 1587 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) || in shouldBeHidden() 2066 UsingDirectiveDecl *DeclContext::udir_iterator::operator*() const { in operator *() 2067 return cast<UsingDirectiveDecl>(*I); in operator *() 2075 lookup_result Result = lookup(UsingDirectiveDecl::getName()); in using_directives()
|
| H A D | DeclPrinter.cpp | 91 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 1109 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| H A D | JSONNodeDumper.cpp | 858 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { in VisitUsingDirectiveDecl()
|
| H A D | TextNodeDumper.cpp | 2142 void TextNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 67 class UsingDirectiveDecl; variable 2604 UsingDirectiveDecl *>; 2609 UsingDirectiveDecl *operator*() const;
|
| H A D | TextNodeDumper.h | 359 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
|
| H A 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);
|
| H A D | JSONNodeDumper.h | 248 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 410 auto *UsingDecl = UsingDirectiveDecl::Create( in InitializeSema()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3229 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl() 3233 UsingDirectiveDecl *Inst in VisitUsingDirectiveDecl() 3234 = UsingDirectiveDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitUsingDirectiveDecl()
|
| H A D | SemaLookup.cpp | 146 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() 183 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 62 if (isa<UsingDirectiveDecl>(D)) in isFunctionLocalSymbol()
|
| H A D | IndexDecl.cpp | 626 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| H A D | USRGeneration.cpp | 114 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 536 void EmitUsingDirective(const UsingDirectiveDecl &UD);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 861 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDirectiveDecl>
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1991 clang::UsingDirectiveDecl *TypeSystemClang::CreateUsingDirectiveDeclaration( in CreateUsingDirectiveDeclaration() 1996 clang::UsingDirectiveDecl *using_decl = clang::UsingDirectiveDecl::Create( in CreateUsingDirectiveDeclaration() 9099 if (clang::UsingDirectiveDecl *ud = in DeclContextFindDeclByName() 9100 llvm::dyn_cast<clang::UsingDirectiveDecl>(child)) { in DeclContextFindDeclByName() 9214 if (clang::UsingDirectiveDecl *ud = in CountDeclLevels() 9215 llvm::dyn_cast<clang::UsingDirectiveDecl>(child)) { in CountDeclLevels()
|
| H A D | TypeSystemClang.h | 1082 clang::UsingDirectiveDecl *
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 436 if (auto *U = dyn_cast<UsingDirectiveDecl>(D)) in getDeclValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 338 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 1940 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl() 3879 D = UsingDirectiveDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 1425 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1553 bool WalkUpFromUsingDirectiveDecl(UsingDirectiveDecl *S) { in WalkUpFromUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 230 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace() 277 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace()
|