Searched refs:VisitBindingDecl (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h306 void VisitBindingDecl(const BindingDecl *D);
H A DASTNodeTraverser.h416 void VisitBindingDecl(const BindingDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp100 void VisitBindingDecl(const BindingDecl *D);
344 void USRGenerator::VisitBindingDecl(const BindingDecl *D) { function in class:USRGenerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1412 void TextNodeDumper::VisitBindingDecl(const BindingDecl *D) { function in class:TextNodeDumper
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp103 void VisitBindingDecl(BindingDecl *D);
1137 void ASTDeclWriter::VisitBindingDecl(BindingDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp374 void VisitBindingDecl(BindingDecl *BD);
1487 void ASTDeclReader::VisitBindingDecl(BindingDecl *BD) { function in class:ASTDeclReader
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp871 Decl *TemplateDeclInstantiator::VisitBindingDecl(BindingDecl *D) { function in class:TemplateDeclInstantiator
883 NewBindings.push_back(cast<BindingDecl>(VisitBindingDecl(OldBD)));

Completed in 198 milliseconds