Searched refs:AssignInheritanceModel (Results 1 – 12 of 12) sorted by relevance
112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
71 void AssignInheritanceModel(CXXRecordDecl *RD) override;
85 void AssignInheritanceModel(CXXRecordDecl *RD) override final { in AssignInheritanceModel() function in clang::IncrementalASTConsumer86 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
111 void AssignInheritanceModel(CXXRecordDecl *RD) override;
299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anona3480fc10111::CodeGeneratorImpl
408 void BackendConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in clang::BackendConsumer409 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
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()
9383 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
10343 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
7381 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
3019 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()