Home | History | Annotate | Download | only in Sema

Lines Matching refs:Cap

3859   for (CaptureIter Cap = Candidates.begin(); Cap != Candidates.end(); ++Cap) {
3861 if (Cap->isThisCapture()) {
3862 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3864 CaptureInits.push_back(Cap->getInitExpr());
3866 } else if (Cap->isVLATypeCapture()) {
3868 CapturedStmt::Capture(Cap->getLocation(), CapturedStmt::VCK_VLAType));
3873 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3874 Cap->isReferenceCapture()
3877 Cap->getVariable()));
3878 CaptureInits.push_back(Cap->getInitExpr());