Searched defs:VisitTemplateDecl (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Index/ | ||
H A D | IndexDecl.cpp | 721 bool VisitTemplateDecl(const TemplateDecl *D) { VisitTemplateDecl() function in __anonf98b47a30111::IndexingDeclVisitor |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 503 void VisitTemplateDecl(const TemplateDecl *D) { VisitTemplateDecl() function in __anon4baa67ec0111::ODRDeclVisitor |
H A D | DeclPrinter.cpp | 1280 void DeclPrinter::VisitTemplateDecl(const TemplateDecl *D) { VisitTemplateDecl() function in DeclPrinter |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1637 void ASTDeclWriter::VisitTemplateDecl(TemplateDecl *D) { VisitTemplateDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 2391 void ASTDeclReader::VisitTemplateDecl(TemplateDecl *D) { VisitTemplateDecl() function in ASTDeclReader |