Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp279 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anonf4efd53f0111::CodeGeneratorImpl
H A DCodeGenAction.cpp363 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp330 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h191 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function