Home | History | Annotate | Download | only in Sema

Lines Matching refs:Moving

2425     bool Moving = ImplicitInitKind == IIK_Move;
2442 if (Moving) {
2450 Moving ? VK_XValue : VK_LValue,
2497 bool Moving = ImplicitInitKind == IIK_Move;
2512 if (Moving) {
2587 // The array subscript expression is an lvalue, which is wrong for moving.
2588 if (Moving && InitializingArray)
7365 /// \param To The expression we are copying/moving to.
7367 /// \param From The expression we are copying/moving from.
7369 /// \param CopyingBaseSubobject Whether we're copying/moving a base subobject.
7372 /// \param Copying Whether we're copying or moving.