Home
last modified time | relevance | path

Searched defs:HandleVTable (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp161 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor
H A DASTResultSynthesizer.cpp514 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer
H A DASTUtils.h199 void HandleVTable(clang::CXXRecordDecl *RD) override { in HandleVTable() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConsumer.h123 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp144 void MyASTConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in __anonee9b01220111::MyASTConsumer
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp316 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anon1a4befbb0111::CodeGeneratorImpl
H A DCodeGenAction.cpp414 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp341 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer