Home | History | Annotate | Download | only in Sema

Lines Matching refs:record

266   // Now check if we point to record type.
279 // Warn if could not get record type for this argument.
317 // First see if we can just cast to record type, or point to record type.
320 // Now check if we index into a record type function param.
1388 RecordDecl *record = cast<RecordDecl>(D);
1391 if (!isa<CXXRecordDecl>(record)) {
1396 if (!cast<CXXRecordDecl>(record)->isPOD()) {
1401 for (RecordDecl::field_iterator iter = record->field_begin();
1402 iter != record->field_end(); iter++) {