Lines Matching refs:ThisVal
7615 LValue *This = nullptr, ThisVal; in handleCallExpr() local
7626 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7631 This = &ThisVal; in handleCallExpr()
7636 HandleMemberPointerAccess(Info, BE, ThisVal, false); in handleCallExpr()
7642 This = &ThisVal; in handleCallExpr()
7646 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
7647 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
7690 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
7692 This = &ThisVal; in handleCallExpr()
7699 !HandleUnionActiveMemberChange(Info, Args[0], ThisVal)) in handleCallExpr()
15854 LValue ThisVal; in EvaluateWithSubstitution() local
15863 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()
15865 ThisPtr = &ThisVal; in EvaluateWithSubstitution()