Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTConsumer.h110 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/external/clang/lib/CodeGen/
DModuleBuilder.cpp265 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon802239ec0111::CodeGeneratorImpl
DCodeGenAction.cpp202 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp332 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer