reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLambda.cpp
 1688     for (unsigned I = 0, N = LSI->Captures.size(); I != N; ++I) {
 1688     for (unsigned I = 0, N = LSI->Captures.size(); I != N; ++I) {
 1689       const Capture &From = LSI->Captures[I];
 1695       bool IsImplicit = I >= LSI->NumExplicitCaptures;
 1700       SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I];
 1711           bool IsLast = (I + 1) == LSI->NumExplicitCaptures;