Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTConsumer.h108 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMultiplexConsumer.h69 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp320 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
322 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp269 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anona725aa1a0111::CodeGeneratorImpl
H A DCodeGenAction.cpp320 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
321 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp7748 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
H A DSemaDeclAttr.cpp5309 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
H A DSemaDecl.cpp2499 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()