Home
last modified time | relevance | path

Searched defs:AssignInheritanceModel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp136 void MyASTConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in __anonee9b01220111::MyASTConsumer
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp298 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon1a4befbb0111::CodeGeneratorImpl
H A DCodeGenAction.cpp410 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h191 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function