Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h34 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 DDeclCXX.cpp2821 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 DDeclBase.cpp1443 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 DDeclPrinter.cpp78 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
965 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
H A DJSONNodeDumper.cpp773 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { in VisitUsingDirectiveDecl()
H A DTextNodeDumper.cpp1885 void TextNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h71 class UsingDirectiveDecl; variable
2382 UsingDirectiveDecl *>;
2387 UsingDirectiveDecl *operator*() const;
H A DTextNodeDumper.h343 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
H A DDeclCXX.h2881 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 DJSONNodeDumper.h236 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
H A DDeclarationName.h41 class UsingDirectiveDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp603 if (isa<UsingDirectiveDecl>(D)) in getUnnamedDeclKind()
H A DSemaTemplateInstantiateDecl.cpp3041 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 DIndexSymbol.cpp62 if (isa<UsingDirectiveDecl>(D)) in isFunctionLocalSymbol()
H A DIndexDecl.cpp604 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
H A DUSRGeneration.cpp111 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h497 void EmitUsingDirective(const UsingDirectiveDecl &UD);
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp845 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDirectiveDecl>
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1009 clang::UsingDirectiveDecl *
H A DTypeSystemClang.cpp1947 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 DASTDiff.cpp437 if (auto *U = dyn_cast<UsingDirectiveDecl>(D)) in getDeclValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp64 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1320 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
H A DASTReaderDecl.cpp324 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 DBuildTree.cpp1548 bool WalkUpFromUsingDirectiveDecl(UsingDirectiveDecl *S) { in WalkUpFromUsingDirectiveDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp214 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace()
260 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace()

12