Lines Matching defs:ThisPtr
2483 const Pointer &ThisPtr = S.Stk.peek<Pointer>(ThisOffset);
2487 // skip the CheckInvoke, since the ThisPtr is a null pointer
2492 if (!CheckInvoke(S, OpPC, ThisPtr))
2534 const Pointer &ThisPtr = S.Stk.peek<Pointer>(ThisOffset);
2538 // skip the CheckInvoke, since the ThisPtr is a null pointer
2543 if (!CheckInvoke(S, OpPC, ThisPtr))
2583 Pointer &ThisPtr = S.Stk.peek<Pointer>(ThisOffset);
2585 QualType DynamicType = ThisPtr.getDeclDesc()->getType();
2590 DynamicDecl = ThisPtr.getDeclDesc()->getType()->getAsCXXRecordDecl();
2608 ThisPtr.getFieldDesc()->getType()->getAsCXXRecordDecl();
2613 ThisPtr = ThisPtr.getDeclPtr();