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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  697     assert(isCaptured(Var) && "Variable has not been captured");
tools/clang/lib/Sema/SemaLambda.cpp
  117       if (IsCapturingVariable && !LSI->isCaptured(VarToCapture))
 1162       if (Var && LSI->isCaptured(Var)) {