Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

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