Home | History | Annotate | Download | only in Sema

Lines Matching full:candidate

2316 /// \brief Determine whether the given expression is a candidate for
2319 /// \param ReturnType If we're determining the copy elision candidate for
2321 /// determining the copy elision candidate for a throw expression, this will
2332 /// \returns The NRVO candidate variable, if the return statement may use the
2333 /// NRVO, or NULL if there is no such candidate.