Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h69 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp330 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
332 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp279 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anonf4efd53f0111::CodeGeneratorImpl
H A DCodeGenAction.cpp363 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
364 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8563 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaTemplate.cpp9798 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp6506 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaDecl.cpp2683 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()