Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp85 void AssignInheritanceModel(CXXRecordDecl *RD) override final { in AssignInheritanceModel() function in clang::IncrementalASTConsumer
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anona3480fc10111::CodeGeneratorImpl
H A DCodeGenAction.cpp408 void BackendConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in clang::BackendConsumer
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h192 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function