Home | History | Annotate | Download | only in AST

Lines Matching refs:PT

2922     if (const PointerType *PT = SubobjType->getAs<PointerType>())
2923 PointeeType = PT->getPointeeType();
3080 if (const PointerType *PT = SubobjType->getAs<PointerType>())
3081 PointeeType = PT->getPointeeType();
3193 if (const PointerType *PT = LVType->getAs<PointerType>())
3194 LVType = PT->getPointeeType();
3254 if (const PointerType *PT = TargetQT->getAs<PointerType>())
3255 TargetQT = PT->getPointeeType();