Searched refs:AssignInheritanceModel (Results 1 – 8 of 8) sorted by relevance
48 void AssignInheritanceModel(CXXRecordDecl *RD) override;
110 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
332 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer334 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
265 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon0fa49af20111::CodeGeneratorImpl
202 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer203 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
6927 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
4663 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
2314 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()