Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DASTStructExtractor.cpp189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTStructExtractor
DASTResultSynthesizer.cpp483 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTResultSynthesizer
/external/clang/include/clang/AST/
DASTConsumer.h132 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
/external/clang/lib/CodeGen/
DModuleBuilder.cpp218 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anon6ad8e9ee0111::CodeGeneratorImpl
DCodeGenAction.cpp215 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp334 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer