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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  580     return !isThisCapture() && !isVLATypeCapture();
tools/clang/lib/Sema/SemaExpr.cpp
14334     if (Cap.isInvalid() || Cap.isThisCapture())
tools/clang/lib/Sema/SemaLambda.cpp
 1498   if (Cap.isThisCapture()) {
 1564   const QualType T = From.isThisCapture()
 1588   if (From.isThisCapture())
 1737         if (From.isThisCapture()) {
tools/clang/lib/Sema/SemaStmt.cpp
 4295     if (Cap.isThisCapture()) {