Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecordDecl

154   if (const RecordDecl *RDecl = dyn_cast<RecordDecl>(Context))
227 CGDebugInfo::getClassName(const RecordDecl *RD) {
605 // Creates a forward declaration for a RecordDecl in the given context.
609 const RecordDecl *RD = Ty->getDecl();
834 RecordDecl::field_iterator Field = CXXDecl->field_begin();
935 void CGDebugInfo::CollectRecordFields(const RecordDecl *record,
1250 D->getType(), cast<RecordDecl>(D->getDeclContext())
1450 void CGDebugInfo::completeType(const RecordDecl *RD) {
1456 void CGDebugInfo::completeRequiredType(const RecordDecl *RD) {
1470 void CGDebugInfo::completeClassData(const RecordDecl *RD) {
1496 const RecordDecl *RD,
1530 RecordDecl *RD = Ty->getDecl();
1543 RecordDecl *RD = Ty->getDecl();
2226 RecordDecl *RD = Ty->getDecl();
2244 const RecordDecl *D = RD->getDefinition();
2500 else if (const RecordDecl *RDecl =
2501 dyn_cast_or_null<RecordDecl>(FD->getDeclContext()))
2793 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl());
3112 CGDebugInfo::CollectAnonRecordDecls(const RecordDecl *RD, llvm::DIFile Unit,
3179 const RecordDecl *RD = cast<RecordType>(T)->getDecl();