Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecordType

376   RecordDecl *RD = ILE->getType()->getAs<RecordType>()->getDecl();
525 RecordDecl *RD = Ty->getAs<RecordType>()->getDecl();
594 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl();
846 const RecordType *RT =
847 CGM.getContext().getBaseElementType(Ty)->getAs<RecordType>();
1280 } else if (const RecordType *RT = T->getAs<RecordType>()) {
1293 cast<CXXRecordDecl>(I->getType()->getAs<RecordType>()->getDecl());
1363 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
1396 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
1479 if (const RecordType *RT = T->getAs<RecordType>()) {