Home | History | Annotate | Download | only in Analysis

Lines Matching defs:PT

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