Searched refs:AssignInheritanceModel (Results 1 – 9 of 9) sorted by relevance
112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
69 void AssignInheritanceModel(CXXRecordDecl *RD) override;
330 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer332 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
279 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon20d6d9160111::CodeGeneratorImpl
363 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer364 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
8528 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
6398 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
9798 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
2631 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()