Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DASTStructExtractor.cpp189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTStructExtractor
192 m_passthrough->HandleVTable(RD, DefinitionRequired); in HandleVTable()
DASTResultSynthesizer.cpp483 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTResultSynthesizer
486 m_passthrough->HandleVTable(RD, DefinitionRequired); in HandleVTable()
/external/lldb/include/lldb/Expression/
DASTStructExtractor.h102 void HandleVTable(clang::CXXRecordDecl *RD, bool DefinitionRequired);
DASTResultSynthesizer.h94 void HandleVTable(clang::CXXRecordDecl *RD, bool DefinitionRequired);
/external/clang/include/clang/Frontend/
DMultiplexConsumer.h52 void HandleVTable(CXXRecordDecl *RD) override;
/external/clang/include/clang/AST/
DASTConsumer.h132 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp309 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer
311 Consumer->HandleVTable(RD); in HandleVTable()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp215 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anon8d4184ed0111::CodeGeneratorImpl
DCodeGenAction.cpp198 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer
199 Gen->HandleVTable(RD); in HandleVTable()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13236 Consumer.HandleVTable(Class); in DefineUsedVTables()