Home | History | Annotate | Download | only in Sema

Lines Matching defs:PT

454     const ObjCObjectPointerType *PT =
458 if (PT->isObjCClassType() &&
469 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
473 if (const ObjCObjectPointerType *PT =
475 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);