Home | History | Annotate | Download | only in Sema

Lines Matching full:candidates

2328 /// be considered NRVO candidates. C++ prohibits this for NRVO itself, but
3161 ArrayRef<CapturingScopeInfo::Capture> Candidates) {
3164 for (CaptureIter Cap = Candidates.begin(); Cap != Candidates.end(); ++Cap) {