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

References

tools/clang/include/clang/Sema/DeclSpec.h
 2598     Captures.push_back(LambdaCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init,
tools/clang/lib/Sema/SemaCodeComplete.cpp
 5729   for (const auto &C : Intro.Captures) {
tools/clang/lib/Sema/SemaLambda.cpp
 1024   for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E;
 1024   for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E;
 1225   addLambdaParameters(Intro.Captures, Method, CurScope);