Searched refs:HandleVTable (Results 1 – 10 of 10) sorted by relevance
162 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor164 m_passthrough->HandleVTable(RD); in HandleVTable()
103 void HandleVTable(clang::CXXRecordDecl *RD) override;
98 void HandleVTable(clang::CXXRecordDecl *RD) override;
493 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer495 m_passthrough->HandleVTable(RD); in HandleVTable()
119 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
70 void HandleVTable(CXXRecordDecl *RD) override;
325 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer327 Consumer->HandleVTable(RD); in HandleVTable()
283 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anona725aa1a0111::CodeGeneratorImpl
324 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer325 Gen->HandleVTable(RD); in HandleVTable()
15126 Consumer.HandleVTable(Class); in DefineUsedVTables()