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

References

tools/clang/lib/Sema/SemaExpr.cpp
14339     if (getLangOpts().CPlusPlus && Cap.isCopyCapture()) {
15717     if (Cap.isCopyCapture() &&
tools/clang/lib/Sema/SemaExprCXX.cpp
 1026     if (C.isCopyCapture()) {
tools/clang/lib/Sema/SemaLambda.cpp
 1501     if (Cap.isCopyCapture())
 1561   if (!From.isCopyCapture())
 1749                                From.isCopyCapture() ? LCK_StarThis : LCK_This);
 1756               From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef;