Home | History | Annotate | Download | only in Sema

Lines Matching refs:PT

509     const ObjCObjectPointerType *PT =
513 if (PT->isObjCClassType() &&
524 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
528 if (const ObjCObjectPointerType *PT =
530 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);