Lines Matching refs:ThisVal
7878 LValue *This = nullptr, ThisVal; in handleCallExpr() local
7889 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7894 This = &ThisVal; in handleCallExpr()
7899 HandleMemberPointerAccess(Info, BE, ThisVal, false); in handleCallExpr()
7905 This = &ThisVal; in handleCallExpr()
7909 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
7910 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
7962 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
7968 This = &ThisVal; in handleCallExpr()
7975 !MaybeHandleUnionActiveMemberChange(Info, Args[0], ThisVal)) in handleCallExpr()
16487 LValue ThisVal; in EvaluateWithSubstitution() local
16497 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()
16499 ThisPtr = &ThisVal; in EvaluateWithSubstitution()