Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h69 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp330 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
332 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp279 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon20d6d9160111::CodeGeneratorImpl
H A DCodeGenAction.cpp363 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
364 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8528 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaDeclAttr.cpp6398 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaTemplate.cpp9798 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp2631 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()