Searched refs:IFaceT (Results 1 – 3 of 3) sorted by relevance
1994 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr() local1995 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr()
16758 if (const ObjCInterfaceType *IFaceT = in DiagnoseAssignmentResult() local16760 IFace = IFaceT->getDecl(); in DiagnoseAssignmentResult()16769 if (const ObjCInterfaceType *IFaceT = in DiagnoseAssignmentResult() local16771 IFace = IFaceT->getDecl(); in DiagnoseAssignmentResult()
534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() local535 T = QualType(IFaceT, 0); in convertToUnqualifiedObjCType()