Searched refs:HandleVTable (Results 1 – 15 of 15) sorted by relevance
161 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor163 m_passthrough->HandleVTable(RD); in HandleVTable()
83 void HandleVTable(clang::CXXRecordDecl *RD) override;
86 void HandleVTable(clang::CXXRecordDecl *RD) override;
503 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer505 m_passthrough->HandleVTable(RD); in HandleVTable()
206 void HandleVTable(clang::CXXRecordDecl *RD) override { in HandleVTable() function207 m_c->HandleVTable(RD); in HandleVTable()
124 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
73 void HandleVTable(CXXRecordDecl *RD) override;
91 void HandleVTable(CXXRecordDecl *RD) override final { in HandleVTable() function in clang::IncrementalASTConsumer92 Consumer->HandleVTable(RD); in HandleVTable()
112 void HandleVTable(CXXRecordDecl *RD) override;
317 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anonb496aee00111::CodeGeneratorImpl
387 void BackendConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in clang::BackendConsumer388 Gen->HandleVTable(RD); in HandleVTable()
375 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer377 Consumer->HandleVTable(RD); in HandleVTable()
961 void HandleVTable(CXXRecordDecl *RD) override { Writer.handleVTable(RD); } in HandleVTable() function
8176 Consumer->HandleVTable(RD); in PassVTableToConsumer()
18574 Consumer.HandleVTable(Class); in DefineUsedVTables()