Home | History | Annotate | Download | only in Sema

Lines Matching refs:Captures

3339     SmallVectorImpl<CapturedStmt::Capture> &Captures,
3347 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3356 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3461 SmallVector<CapturedStmt::Capture, 4> Captures;
3463 buildCapturedStmtCaptureList(Captures, CaptureInits, RSI->Captures);
3469 RSI->CapRegionKind, Captures,