Searched refs:AssignInheritanceModel (Results 1 – 10 of 10) sorted by relevance
112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
71 void AssignInheritanceModel(CXXRecordDecl *RD) override;
336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer338 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
192 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function193 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon2a1548e20111::CodeGeneratorImpl
411 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer412 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
8894 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
10156 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
7184 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
2967 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()