Home | History | Annotate | Download | only in Sema

Lines Matching refs:PT

87   if (const PointerType *PT = T->getAs<PointerType>())
88 T = PT->getPointeeType();
89 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>())
90 T = PT->getPointeeType();
796 } else if (const PointerType *PT = T->getAs<PointerType>())
797 FT = PT->getPointeeType()->getAs<FunctionProtoType>();