Lines Matching refs:PT
263 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
264 if (!PT) in matchesType()
268 if (PT->getPointeeType().isConstQualified()) in matchesType()
271 argTy = PT->getPointeeType(); in matchesType()
337 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
338 if (!PT) in matchesType()
340 QualType pointeeTy = PT->getPointeeType(); in matchesType()
357 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
358 if (!PT) in matchesType()
361 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType(); in matchesType()
399 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
404 QualType pointee = PT->getPointeeType(); in matchesType()