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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  892     NumExplicitCaptures = Captures.size();
tools/clang/lib/Sema/SemaLambda.cpp
 1695       bool IsImplicit = I >= LSI->NumExplicitCaptures;
 1711           bool IsLast = (I + 1) == LSI->NumExplicitCaptures;