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

References

tools/clang/lib/AST/DeclCXX.cpp
 1457     if (C->capturesThis())
tools/clang/lib/AST/ExprCXX.cpp
 1166   if (capturesThis())
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1325     } else if (C.capturesThis()) {
tools/clang/lib/Index/IndexBody.cpp
  391     if (C->capturesThis() || C->capturesVLAType())
tools/clang/lib/Sema/SemaDecl.cpp
13472     } else if (C.capturesThis()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 1051         if (C.capturesThis()) {
tools/clang/lib/Sema/TreeTransform.h
11559     if (C->capturesThis()) {
11717     if (C->capturesThis()) {
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  599     if (It->capturesThis())