Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h71 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/freebsd-14.2/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-14.2/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 __anona3480fc10111::CodeGeneratorImpl
H A DCodeGenAction.cpp408 void BackendConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in clang::BackendConsumer
409 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
338 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h192 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function
193 m_c->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9383 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaTemplate.cpp10343 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp7381 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaDecl.cpp3019 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()