Searched refs:AssignInheritanceModel (Results 1 – 11 of 11) sorted by relevance
113 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
73 void AssignInheritanceModel(CXXRecordDecl *RD) override;
95 void AssignInheritanceModel(CXXRecordDecl *RD) override;
299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anonbec9d48b0111::CodeGeneratorImpl
345 void BackendConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in clang::BackendConsumer346 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
377 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer379 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
232 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function233 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
6127 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
9342 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
10103 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
2908 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()