Searched refs:HandleVTable (Results 1 – 10 of 10) sorted by relevance
189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTStructExtractor192 m_passthrough->HandleVTable(RD, DefinitionRequired); in HandleVTable()
483 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) in HandleVTable() function in ASTResultSynthesizer486 m_passthrough->HandleVTable(RD, DefinitionRequired); in HandleVTable()
102 void HandleVTable(clang::CXXRecordDecl *RD, bool DefinitionRequired);
94 void HandleVTable(clang::CXXRecordDecl *RD, bool DefinitionRequired);
52 void HandleVTable(CXXRecordDecl *RD) override;
132 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
309 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer311 Consumer->HandleVTable(RD); in HandleVTable()
215 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anon8d4184ed0111::CodeGeneratorImpl
198 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer199 Gen->HandleVTable(RD); in HandleVTable()
13236 Consumer.HandleVTable(Class); in DefineUsedVTables()