Home | History | Annotate | Download | only in Sema

Lines Matching refs:LambdaCapture

2163   struct LambdaCapture {
2170 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc,
2180 SmallVector<LambdaCapture, 4> Captures;
2192 Captures.push_back(LambdaCapture(Kind, Loc, Id, EllipsisLoc, Init,