Home
last modified time | relevance | path

Searched refs:HandleVTable (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp162 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor
164 m_passthrough->HandleVTable(RD); in HandleVTable()
H A DASTStructExtractor.h103 void HandleVTable(clang::CXXRecordDecl *RD) override;
H A DASTResultSynthesizer.h98 void HandleVTable(clang::CXXRecordDecl *RD) override;
H A DASTResultSynthesizer.cpp493 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer
495 m_passthrough->HandleVTable(RD); in HandleVTable()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTConsumer.h119 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMultiplexConsumer.h70 void HandleVTable(CXXRecordDecl *RD) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp325 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer
327 Consumer->HandleVTable(RD); in HandleVTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp283 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anona725aa1a0111::CodeGeneratorImpl
H A DCodeGenAction.cpp324 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer
325 Gen->HandleVTable(RD); in HandleVTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp15126 Consumer.HandleVTable(Class); in DefineUsedVTables()