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

References

tools/clang/lib/AST/ExprCXX.cpp
 1141   case LCK_StarThis:
 1167     return CapByCopy ? LCK_StarThis : LCK_This;
tools/clang/lib/AST/StmtPrinter.cpp
 1927     case LCK_StarThis:
tools/clang/lib/AST/StmtProfile.cpp
 1711     case LCK_StarThis:
tools/clang/lib/Parse/ParseExprCXX.cpp
  916         Kind = LCK_StarThis;
tools/clang/lib/Sema/SemaDecl.cpp
13474                           C.getCaptureKind() == LCK_StarThis);
tools/clang/lib/Sema/SemaExprCXX.cpp
 1052           if (C.getCaptureKind() == LCK_StarThis)
tools/clang/lib/Sema/SemaLambda.cpp
 1026     if (C->Kind == LCK_This || C->Kind == LCK_StarThis) {
 1027       if (C->Kind == LCK_StarThis)
 1048       if (Intro.Default == LCD_ByCopy && C->Kind != LCK_StarThis)
 1064                           C->Kind == LCK_StarThis);
 1749                                From.isCopyCapture() ? LCK_StarThis : LCK_This);
tools/clang/lib/Sema/TreeTransform.h
11562                                     C->getCaptureKind() == LCK_StarThis);
11720                                     C->getCaptureKind() == LCK_StarThis);
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1705       case LCK_StarThis:
tools/clang/lib/Serialization/ASTWriter.cpp
 6237       case LCK_StarThis: