Searched refs:VisitUsingDirectiveDecl (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h230 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
H A DTextNodeDumper.h316 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp78 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
941 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:DeclPrinter
H A DTextNodeDumper.cpp1522 void TextNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp724 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { function in class:JSONNodeDumper
H A DASTImporter.cpp526 ExpectedDecl VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
4505 ExpectedDecl ASTNodeImporter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:ASTNodeImporter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp110 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { function in class:__anon543::USRGenerator
H A DIndexDecl.cpp599 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) { function in class:__anon540::IndexingDeclVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1302 void ASTDeclWriter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp321 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1644 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:ASTDeclReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2899 Decl *TemplateDeclInstantiator::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) { function in class:TemplateDeclInstantiator

Completed in 145 milliseconds