Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DMultiplexConsumer.h71 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
338 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon2a1548e20111::CodeGeneratorImpl
H A DCodeGenAction.cpp411 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
412 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8894 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaTemplate.cpp10156 Consumer.AssignInheritanceModel(Specialization); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp7184 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaDecl.cpp2967 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()