Searched refs:AssignInheritanceModel (Results 1 – 11 of 11) sorted by relevance
77 void AssignInheritanceModel(CXXRecordDecl *RD) override;136 void MyASTConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in __anonee9b01220111::MyASTConsumer137 Builder->AssignInheritanceModel(RD); in AssignInheritanceModel()
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()
191 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function192 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
298 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon1a4befbb0111::CodeGeneratorImpl
410 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer411 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
8792 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
9900 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
6944 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
2891 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()