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

References

tools/clang/lib/Sema/SemaDecl.cpp
 7203       return Capture.getLocation();
tools/clang/lib/Sema/SemaExpr.cpp
14358         SourceLocation Loc = Cap.getLocation();
tools/clang/lib/Sema/SemaLambda.cpp
 1037             << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation())
 1164             << C->Id << SourceRange(LSI->getCapture(Var).getLocation())
 1482       ImplicitCaptureLoc.isValid() ? ImplicitCaptureLoc : Cap.getLocation();
 1587   auto diag = Diag(From.getLocation(), diag::warn_unused_lambda_capture);
 1601   SourceLocation Loc = Capture.getLocation();
 1743             Diag(From.getLocation(), diag::warn_deprecated_this_capture);
 1748           return LambdaCapture(From.getLocation(), IsImplicit,
 1751           return LambdaCapture(From.getLocation(), IsImplicit, LCK_VLAType);
 1757           return LambdaCapture(From.getLocation(), IsImplicit, Kind, Var,
tools/clang/lib/Sema/SemaStmt.cpp
 4285     ExprResult Init = S.BuildCaptureInit(Cap, Cap.getLocation(),
 4296       Captures.push_back(CapturedStmt::Capture(Cap.getLocation(),
 4300           CapturedStmt::Capture(Cap.getLocation(), CapturedStmt::VCK_VLAType));
 4307       Captures.push_back(CapturedStmt::Capture(Cap.getLocation(),