Home | History | Annotate | Download | only in Sema

Lines Matching refs:Elidable

4403 /// \brief Make a (potentially elidable) temporary copy of the object
4451 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class);
4511 // elidable copy.
4541 CurInit = S.BuildCXXConstructExpr(Loc, T, Constructor, Elidable,
4554 /// \brief Check whether elidable copy construction for binding a reference to
4718 // If the entity allows NRVO, mark the construction as elidable
4722 Constructor, /*Elidable=*/true,