Searched refs:AssignInheritanceModel (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} function in class:clang::ASTConsumer
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h69 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp330 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { function in class:MultiplexConsumer
332 Consumer->AssignInheritanceModel(RD);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h190 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override {
191 m_c->AssignInheritanceModel(RD);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp279 void AssignInheritanceModel(CXXRecordDecl *RD) override {
H A DCodeGenAction.cpp366 void AssignInheritanceModel(CXXRecordDecl *RD) override {
367 Gen->AssignInheritanceModel(RD);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8064 S.Consumer.AssignInheritanceModel(RD);
H A DSemaDeclAttr.cpp5483 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D));
H A DSemaDecl.cpp2606 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D));

Completed in 219 milliseconds