Lines Matching refs:PT
239 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
240 if (!PT) in matchesType()
244 if (PT->getPointeeType().isConstQualified()) in matchesType()
247 argTy = PT->getPointeeType(); in matchesType()
312 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
313 if (!PT) in matchesType()
315 QualType pointeeTy = PT->getPointeeType(); in matchesType()
332 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
333 if (!PT) in matchesType()
336 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType(); in matchesType()
368 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
373 QualType pointee = PT->getPointeeType(); in matchesType()