Home
last modified time | relevance | path

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

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