Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

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