Home
last modified time | relevance | path

Searched refs:CaptureRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1483 bool Sema::DiagnoseUnusedLambdaCapture(SourceRange CaptureRange, in DiagnoseUnusedLambdaCapture() argument
1497 diag << FixItHint::CreateRemoval(CaptureRange); in DiagnoseUnusedLambdaCapture()
1552 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr() local
1563 if (CaptureRange.isValid()) { in BuildLambdaExpr()
1567 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
1568 getLocForEndOfToken(CaptureRange.getEnd())); in BuildLambdaExpr()
1572 CaptureRange.getEnd()); in BuildLambdaExpr()
1580 if (CaptureRange.isValid()) { in BuildLambdaExpr()
1582 PrevCaptureLoc = CaptureRange.getEnd(); in BuildLambdaExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5648 bool DiagnoseUnusedLambdaCapture(SourceRange CaptureRange,