Home | History | Annotate | Download | only in Sema

Lines Matching refs:record

269   // Now check if we point to record type.
280 // Flag error if could not get record type for this argument.
316 // First see if we can just cast to record type, or point to record type.
319 // Now check if we index into a record type function param.
1378 RecordDecl *record = cast<RecordDecl>(D);
1381 if (!isa<CXXRecordDecl>(record)) {
1386 if (!cast<CXXRecordDecl>(record)->isPOD()) {
1391 for (RecordDecl::field_iterator iter = record->field_begin();
1392 iter != record->field_end(); iter++) {