Lines Matching refs:ThisVal
7941 LValue *This = nullptr, ThisVal; in handleCallExpr() local
7952 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7957 This = &ThisVal; in handleCallExpr()
7962 HandleMemberPointerAccess(Info, BE, ThisVal, false); in handleCallExpr()
7968 This = &ThisVal; in handleCallExpr()
7972 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
7973 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
8025 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
8031 This = &ThisVal; in handleCallExpr()
8038 !MaybeHandleUnionActiveMemberChange(Info, Args[0], ThisVal)) in handleCallExpr()
16907 LValue ThisVal; in EvaluateWithSubstitution() local
16917 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()
16919 ThisPtr = &ThisVal; in EvaluateWithSubstitution()