Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

872   const RecordType *RecordTy = T->getAs<RecordType>();
873 if (!RecordTy && T->isObjCObjectPointerType())
878 !RecordTy || RecordTy->isIncompleteType()) {
901 = cast<CXXRecordDecl>(RecordTy->getDecl())->getVisibleConversionFunctions();