Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h112 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp299 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon2a1548e20111::CodeGeneratorImpl
H A DCodeGenAction.cpp411 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp336 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h192 void AssignInheritanceModel(clang::CXXRecordDecl *RD) override { in AssignInheritanceModel() function