Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1722 bool Sema::DiagnoseUnusedLambdaCapture(SourceRange CaptureRange, in DiagnoseUnusedLambdaCapture() argument
1736 diag << FixItHint::CreateRemoval(CaptureRange); in DiagnoseUnusedLambdaCapture()
1845 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr() local
1858 if (CaptureRange.isValid()) { in BuildLambdaExpr()
1862 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
1863 getLocForEndOfToken(CaptureRange.getEnd())); in BuildLambdaExpr()
1867 CaptureRange.getEnd()); in BuildLambdaExpr()
1875 if (CaptureRange.isValid()) { in BuildLambdaExpr()
1877 PrevCaptureLoc = CaptureRange.getEnd(); in BuildLambdaExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7188 bool DiagnoseUnusedLambdaCapture(SourceRange CaptureRange,