Searched defs:HandleVTable (Results 1 – 6 of 6) sorted by relevance
| /external/lldb/source/Expression/ | ||
| D | ASTStructExtractor.cpp | 189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTStructExtractor |
| D | ASTResultSynthesizer.cpp | 483 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTResultSynthesizer |
| /external/clang/include/clang/AST/ | ||
| D | ASTConsumer.h | 136 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) {} in HandleVTable() function |
| /external/clang/lib/CodeGen/ | ||
| D | ModuleBuilder.cpp | 161 void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) override { in HandleVTable() function in __anonc2cfab440111::CodeGeneratorImpl |
| D | CodeGenAction.cpp | 198 void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) override { in HandleVTable() function in clang::BackendConsumer |
| /external/clang/lib/Frontend/ | ||
| D | MultiplexConsumer.cpp | 269 void MultiplexConsumer::HandleVTable( in HandleVTable() function in MultiplexConsumer |