Lines Matching refs:PT
85 if (const PointerType *PT = T->getAs<PointerType>()) {
86 PointeeT = PT->getPointeeType();
126 if (const PointerType *PT = T->getAs<PointerType>())
127 T = PT->getPointeeType();
128 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>())
129 T = PT->getPointeeType();
891 } else if (const PointerType *PT = T->getAs<PointerType>())
892 FT = PT->getPointeeType()->getAs<FunctionProtoType>();