Searched refs:AssignInheritanceModel (Results 1 – 10 of 10) 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()
191 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function192 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
279 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anonf4efd53f0111::CodeGeneratorImpl
363 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer364 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
8563 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
9798 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
6506 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
2683 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()