Lines Matching refs:PT
294 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
295 if (!PT) in matchesType()
299 if (PT->getPointeeType().isConstQualified()) in matchesType()
302 argTy = PT->getPointeeType(); in matchesType()
368 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
369 if (!PT) in matchesType()
371 QualType pointeeTy = PT->getPointeeType(); in matchesType()
388 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
389 if (!PT) in matchesType()
392 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType(); in matchesType()
430 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
435 QualType pointee = PT->getPointeeType(); in matchesType()