Home | History | Annotate | Download | only in Sema

Lines Matching defs:Captures

3786     SmallVectorImpl<CapturedStmt::Capture> &Captures,
3794 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3799 Captures.push_back(
3805 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3912 SmallVector<CapturedStmt::Capture, 4> Captures;
3914 buildCapturedStmtCaptureList(Captures, CaptureInits, RSI->Captures);
3920 RSI->CapRegionKind, Captures,