Home | History | Annotate | Download | only in Sema

Lines Matching refs:RecordTy

5378   const RecordType *RecordTy = T->getAs<RecordType>();
5379 if (!RecordTy || !getLangOpts().CPlusPlus) {
5406 cast<CXXRecordDecl>(RecordTy->getDecl())->getVisibleConversionFunctions();