Home | History | Annotate | Download | only in AST

Lines Matching refs:PT

2751     if (const PointerType *PT = SubobjType->getAs<PointerType>())
2752 PointeeType = PT->getPointeeType();
2909 if (const PointerType *PT = SubobjType->getAs<PointerType>())
2910 PointeeType = PT->getPointeeType();
3022 if (const PointerType *PT = LVType->getAs<PointerType>())
3023 LVType = PT->getPointeeType();
3083 if (const PointerType *PT = TargetQT->getAs<PointerType>())
3084 TargetQT = PT->getPointeeType();