Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h706 bool ExtractAPIVisitorBase<Derived>::VisitCXXDestructorDecl( VisitCXXDestructorDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1564 void ASTDeclWriter::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2329 void ASTDeclReader::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2848 Decl *TemplateDeclInstantiator::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in TemplateDeclInstantiator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4014 ExpectedDecl ASTNodeImporter::VisitCXXDestructorDecl(CXXDestructorDecl *D) { VisitCXXDestructorDecl() function in ASTNodeImporter