Home | History | Annotate | Download | only in Sema

Lines Matching defs:Captures

4646                              SmallVectorImpl<CapturedStmt::Capture> &Captures,
4648 for (const sema::Capture &Cap : RSI->Captures) {
4662 // Add the capture to our list of captures.
4664 Captures.push_back(CapturedStmt::Capture(Cap.getLocation(),
4667 Captures.push_back(
4675 Captures.push_back(CapturedStmt::Capture(Cap.getLocation(),
4790 // Leave the captured scope before we start creating captures in the
4798 SmallVector<CapturedStmt::Capture, 4> Captures;
4800 if (buildCapturedStmtCaptureList(*this, RSI, Captures, CaptureInits))
4808 Captures, CaptureInits, CD, RD);