Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecordDecl

262   RecordDecl *Record = RecordTy->getDecl();
388 RecordDecl *record = initList->getType()->castAs<RecordType>()->getDecl();
389 RecordDecl::field_iterator field = record->field_begin();
1191 RecordDecl *record = E->getType()->castAs<RecordType>()->getDecl();
1202 for (RecordDecl::field_iterator Field = record->field_begin(),
1233 for (RecordDecl::field_iterator field = record->field_begin(),
1325 RecordDecl *SD = E->getType()->getAs<RecordType>()->getDecl();
1329 for (RecordDecl::field_iterator Field = SD->field_begin(),
1506 RecordDecl *Record = RecordTy->getDecl();