Searched refs:PPT (Results 1 – 1 of 1) sorted by relevance
284 const PointerType* PPT = T->getAs<PointerType>(); in IsNSError() local285 if (!PPT) in IsNSError()289 PPT->getPointeeType()->getAs<ObjCObjectPointerType>(); in IsNSError()304 const PointerType* PPT = T->getAs<PointerType>(); in IsCFError() local305 if (!PPT) return false; in IsCFError()307 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>(); in IsCFError()