Searched defs:VisitCXXDestructorDecl (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ | ||
H A D | ExtractAPIVisitor.h | 706 bool ExtractAPIVisitorBase<Derived>::VisitCXXDestructorDecl( VisitCXXDestructorDecl() function |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1564 void ASTDeclWriter::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 2329 void ASTDeclReader::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in ASTDeclReader |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 2848 Decl *TemplateDeclInstantiator::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in TemplateDeclInstantiator |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 4014 ExpectedDecl ASTNodeImporter::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in ASTNodeImporter |