Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

931   const RecordType *RecordTy = T->getAs<RecordType>();
932 if (!RecordTy && T->isObjCObjectPointerType())
937 !RecordTy || RecordTy->isIncompleteType()) {
960 = cast<CXXRecordDecl>(RecordTy->getDecl())->getVisibleConversionFunctions();