Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h113 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h72 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp85 void AssignInheritanceModel(CXXRecordDecl *RD) override final { in AssignInheritanceModel() function in clang::IncrementalASTConsumer
86 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h111 void AssignInheritanceModel(CXXRecordDecl *RD) override;
H A DModuleBuilder.cpp299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anonbec9d48b0111::CodeGeneratorImpl
H A DCodeGenAction.cpp383 void BackendConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in clang::BackendConsumer
384 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp370 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
372 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h198 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function
199 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5409 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaTemplate.cpp9575 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
H A DSemaType.cpp9057 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaDecl.cpp2877 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()