Home | History | Annotate | Download | only in Sema

Lines Matching refs:Copying

3485     // Suppress copying zero-width bitfields.
3526 // When the field we are copying is an array, create index variables for
8773 // FIXME: Copying or moving the parameters could add extra exceptions to the
9705 /// \param To The expression we are copying/moving to.
9707 /// \param From The expression we are copying/moving from.
9709 /// \param CopyingBaseSubobject Whether we're copying/moving a base subobject.
9712 /// \param Copying Whether we're copying or moving.
9721 bool CopyingBaseSubobject, bool Copying,
9754 (!Copying && Method->isMoveAssignmentOperator()))
9811 // If we built a call to a trivial 'operator=' while copying an array,
9871 if (Copying)
9882 Copying, Depth + 1);
9883 // Bail out if copying fails or if we determined that we should use memcpy.
9911 bool CopyingBaseSubobject, bool Copying) {
9919 Copying, 0));
10149 // The parameter for the "other" object, which we are copying from.
10200 /*Copying=*/true);
10256 // Build references to the field in the object we're copying from and to.
10271 /*Copying=*/true);
10630 /*Copying=*/false);
10686 // Build references to the field in the object we're copying from and to.
10704 /*Copying=*/false);