Searched refs:AssignInheritanceModel (Results 1 – 12 of 12) sorted by relevance
113 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
72 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 __anonbec9d48b0111::CodeGeneratorImpl
383 void BackendConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in clang::BackendConsumer384 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
370 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer372 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
198 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function199 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
5409 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
9575 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
9057 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
2877 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()