Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h34 class UsingDirectiveDecl; variable
207 using UsingDirectivesTy = SmallVector<UsingDirectiveDecl *, 2>;
496 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2835 void UsingDirectiveDecl::anchor() {} in anchor()
2837 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2846 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc, in Create()
2850 UsingDirectiveDecl *UsingDirectiveDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2852 return new (C, ID) UsingDirectiveDecl(nullptr, SourceLocation(), in CreateDeserialized()
2858 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace()
H A DDeclBase.cpp1434 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) || in shouldBeHidden()
1908 UsingDirectiveDecl *DeclContext::udir_iterator::operator*() const { in operator *()
1909 return cast<UsingDirectiveDecl>(*I); in operator *()
1917 lookup_result Result = lookup(UsingDirectiveDecl::getName()); in using_directives()
H A DDeclPrinter.cpp78 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
964 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
H A DJSONNodeDumper.cpp738 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { in VisitUsingDirectiveDecl()
H A DTextNodeDumper.cpp1833 void TextNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h238 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
H A DCXIndexDataConsumer.cpp120 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h71 class UsingDirectiveDecl; variable
2382 UsingDirectiveDecl *>;
2387 UsingDirectiveDecl *operator*() const;
H A DDeclCXX.h2879 class UsingDirectiveDecl : public NamedDecl {
2896 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() function
2941 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
2959 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
2966 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DTextNodeDumper.h338 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
H A DJSONNodeDumper.h234 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
H A DDeclarationName.h41 class UsingDirectiveDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp603 if (isa<UsingDirectiveDecl>(D)) in getUnnamedDeclKind()
H A DSemaTemplateInstantiateDecl.cpp2962 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
2966 UsingDirectiveDecl *Inst in VisitUsingDirectiveDecl()
2967 = UsingDirectiveDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitUsingDirectiveDecl()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h497 void EmitUsingDirective(const UsingDirectiveDecl &UD);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp844 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDirectiveDecl>
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp437 if (auto *U = dyn_cast<UsingDirectiveDecl>(D)) in getDeclValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp64 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1308 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
H A DASTReaderDecl.cpp324 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1683 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { in VisitUsingDirectiveDecl()
3845 D = UsingDirectiveDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1548 bool WalkUpFromUsingDirectiveDecl(UsingDirectiveDecl *S) { in WalkUpFromUsingDirectiveDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp214 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseNamespace()
260 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr; in ParseInnerNamespace()

12