Lines Matching defs:Captures
1127 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E;
1168 if (!LSI->Captures.empty())
1169 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange;
1333 if (!LSI->Captures.empty())
1334 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange;
1472 for (auto &&C : LSI->Captures) {
1482 for (const auto &Capture : Intro.Captures) {
1512 for (const auto &Capture : Intro.Captures) {
2083 SmallVector<LambdaCapture, 4> Captures;
2123 for (unsigned I = 0, N = LSI->Captures.size(); I != N; ++I) {
2124 const Capture &From = LSI->Captures[I];
2206 Captures.push_back(Capture);
2213 Class->setCaptures(Context, Captures);
2220 if (Captures.empty() && CaptureDefault == LCD_None)