Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PT

260     const PointerType *PT = argTy->getAs<PointerType>();
261 if (!PT)
265 if (PT->getPointeeType().isConstQualified())
268 argTy = PT->getPointeeType();
333 const PointerType *PT = argTy->getAs<PointerType>();
334 if (!PT)
336 QualType pointeeTy = PT->getPointeeType();
353 const PointerType *PT = argTy->getAs<PointerType>();
354 if (!PT)
357 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
389 if (const PointerType *PT = argTy->getAs<PointerType>()) {
394 QualType pointee = PT->getPointeeType();