Home | History | Annotate | Download | only in Sema

Lines Matching refs:PT

786       QualType PT = Context.getPromotedIntegerType(Ty);
787 E = ImpCastExprToType(E, PT, CK_IntegralCast).get();
5087 if (const PointerType *PT = Fn->getType()->getAs<PointerType>()) {
5090 FuncT = PT->getPointeeType()->getAs<FunctionType>();
10063 if (const PointerType *PT = OpTy->getAs<PointerType>())
10064 Result = PT->getPointeeType();
11803 const ObjCObjectPointerType *PT = DstType->getAs<ObjCObjectPointerType>();
11804 if (!PT)
11807 if (!PT->isObjCIdType()) {
11809 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();