Home
last modified time | relevance | path

Searched refs:AssignInheritanceModel (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Frontend/
DMultiplexConsumer.h48 void AssignInheritanceModel(CXXRecordDecl *RD) override;
/external/clang/include/clang/AST/
DASTConsumer.h110 virtual void AssignInheritanceModel(CXXRecordDecl *RD) {} in AssignInheritanceModel() function
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp332 void MultiplexConsumer::AssignInheritanceModel(CXXRecordDecl *RD) { in AssignInheritanceModel() function in MultiplexConsumer
334 Consumer->AssignInheritanceModel(RD); in AssignInheritanceModel()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp265 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in __anon0fa49af20111::CodeGeneratorImpl
DCodeGenAction.cpp202 void AssignInheritanceModel(CXXRecordDecl *RD) override { in AssignInheritanceModel() function in clang::BackendConsumer
203 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel()
/external/clang/lib/Sema/
DSemaType.cpp6927 S.Consumer.AssignInheritanceModel(RD); in assignInheritanceModel()
DSemaDeclAttr.cpp4663 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in handleMSInheritanceAttr()
DSemaDecl.cpp2314 S.Consumer.AssignInheritanceModel(cast<CXXRecordDecl>(D)); in mergeDeclAttribute()