Home
last modified time | relevance | path

Searched defs:VisitCXXDestructorDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h743 bool ExtractAPIVisitorBase<Derived>::VisitCXXDestructorDecl( in VisitCXXDestructorDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1607 void ASTDeclWriter::VisitCXXDestructorDecl(CXXDestructorDecl *D) { in VisitCXXDestructorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2311 void ASTDeclReader::VisitCXXDestructorDecl(CXXDestructorDecl *D) { in VisitCXXDestructorDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2892 Decl *TemplateDeclInstantiator::VisitCXXDestructorDecl(CXXDestructorDecl *D) { in VisitCXXDestructorDecl() function in TemplateDeclInstantiator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4094 ExpectedDecl ASTNodeImporter::VisitCXXDestructorDecl(CXXDestructorDecl *D) { in VisitCXXDestructorDecl() function in ASTNodeImporter