Home | History | Annotate | Download | only in Sema

Lines Matching defs:Captures

3159     SmallVectorImpl<CapturedStmt::Capture> &Captures,
3167 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3176 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3222 SmallVector<CapturedStmt::Capture, 4> Captures;
3224 buildCapturedStmtCaptureList(Captures, CaptureInits, RSI->Captures);
3230 RSI->CapRegionKind, Captures,