Home | History | Annotate | Download | only in Sema

Lines Matching refs:Elidable

4483 /// \brief Make a (potentially elidable) temporary copy of the object
4531 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class);
4591 // elidable copy.
4619 CurInit = S.BuildCXXConstructExpr(Loc, T, Constructor, Elidable,
4633 /// \brief Check whether elidable copy construction for binding a reference to
4795 // If the entity allows NRVO, mark the construction as elidable
4799 Constructor, /*Elidable=*/true,