Searched refs:AssignInheritanceModel (Results 1 – 8 of 8) sorted by relevance
108 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
69 void AssignInheritanceModel(CXXRecordDecl *RD) override;
320 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer322 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
269 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anona725aa1a0111::CodeGeneratorImpl
320 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer321 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
7748 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
5309 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
2499 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()