Home
last modified time | relevance | path

Searched refs:AssignInheritanceModel (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp77 void AssignInheritanceModel(CXXRecordDecl *RD) override;
136 void MyASTConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in __anonee9b01220111::MyASTConsumer
137 Builder->AssignInheritanceModel(RD); in AssignInheritanceModel()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DMultiplexConsumer.h71 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
338 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h191 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function
192 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp298 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon1a4befbb0111::CodeGeneratorImpl
H A DCodeGenAction.cpp410 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
411 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp8792 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaTemplate.cpp9900 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp6944 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaDecl.cpp2891 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()