Lines Matching defs:record_type

745                     const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
746 const RecordDecl *record_decl = record_type->getDecl();
1447 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
1448 const RecordDecl *record_decl = record_type->getDecl();
2106 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
2107 const RecordDecl *record_decl = record_type->getDecl();
2433 const RecordType *record_type = dyn_cast<RecordType>(qual_type.getTypePtr());
2434 if (record_type)
2436 RecordDecl *record_decl = record_type->getDecl();
2727 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
2728 const RecordDecl *record_decl = record_type->getDecl();
3005 const RecordType *record_type = cast<RecordType>(parent_qual_type.getTypePtr());
3006 const RecordDecl *record_decl = record_type->getDecl();
3559 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
3560 const RecordDecl *record_decl = record_type->getDecl();
3823 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
3824 const RecordDecl *record_decl = record_type->getDecl();
4362 const RecordType *record_type = dyn_cast<RecordType>(GetCanonicalQualType());
4363 if (record_type)
4364 return record_type->getDecl();
5611 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
5612 const RecordDecl *record_decl = record_type->getDecl();
6200 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
6201 const RecordDecl *record_decl = record_type->getDecl();