Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

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