Searched defs:VisitBindingDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h416 void VisitBindingDecl(const BindingDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp344 void USRGenerator::VisitBindingDecl(const BindingDecl *D) { function in class:USRGenerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1412 void TextNodeDumper::VisitBindingDecl(const BindingDecl *D) { function in class:TextNodeDumper
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1137 void ASTDeclWriter::VisitBindingDecl(BindingDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp1487 void ASTDeclReader::VisitBindingDecl(BindingDecl *BD) { function in class:ASTDeclReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp871 Decl *TemplateDeclInstantiator::VisitBindingDecl(BindingDecl *D) { function in class:TemplateDeclInstantiator

Completed in 87 milliseconds