Home | History | Annotate | Download | only in Sema

Lines Matching refs:RecordTy

798   QualType RecordTy = Context.getTypeDeclType(Record);
801 Context.getCanonicalType(RecordTy));
2493 if (const RecordType *RecordTy = Ty->getAs<RecordType>())
2494 Record = cast<CXXRecordDecl>(RecordTy->getDecl());