Searched defs:VisitTemplateDecl (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Index/ | ||
H A D | IndexDecl.cpp | 726 bool VisitTemplateDecl(const TemplateDecl *D) { in VisitTemplateDecl() function in __anonf10645d10111::IndexingDeclVisitor |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 510 void VisitTemplateDecl(const TemplateDecl *D) { in VisitTemplateDecl() function in __anonb4317f1a0111::ODRDeclVisitor |
H A D | DeclPrinter.cpp | 1234 void DeclPrinter::VisitTemplateDecl(const TemplateDecl *D) { in VisitTemplateDecl() function in DeclPrinter |
/freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1680 void ASTDeclWriter::VisitTemplateDecl(TemplateDecl *D) { in VisitTemplateDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 2373 void ASTDeclReader::VisitTemplateDecl(TemplateDecl *D) { in VisitTemplateDecl() function in ASTDeclReader |