Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:record

397     // If the struct is bigger than the size of the record type,
1206 const CXXRecordDecl *record,
1208 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
1218 I = record->bases_begin(), E = record->bases_end(); I != E; ++I) {
1238 for (RecordDecl::field_iterator I = record->field_begin(),
1239 E = record->field_end(); I != E; ++I) {
1253 I = record->vbases_begin(), E = record->vbases_end(); I != E; ++I) {
1353 CodeGenModule::EmitNullConstantForBase(const CXXRecordDecl *Record) {
1354 return ::EmitNullConstant(*this, Record, false);