Home
last modified time | relevance | path

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

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