Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

1021   const RecordType *RecordTy = T->getAs<RecordType>();
1022 if (!RecordTy && T->isObjCObjectPointerType())
1027 !RecordTy || RecordTy->isIncompleteType()) {
1048 = cast<CXXRecordDecl>(RecordTy->getDecl())->getVisibleConversionFunctions();