Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RT

161   if (const auto *RT = T->getAs<RecordType>())
162 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
206 const RecordType *RT = dyn_cast<RecordType>(TT);
207 if (!RT) return true;
216 return isSafeToConvert(RT->getDecl(), *this);
310 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>())
311 ConvertRecordDeclType(RT->getDecl());
314 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>())
315 ConvertRecordDeclType(RT->getDecl());
374 if (const RecordType *RT = dyn_cast<RecordType>(Ty))
375 return ConvertRecordDeclType(RT->getDecl());
745 if (const RecordType *RT = T->getAs<RecordType>()) {
746 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());