Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1935 bool Sema::DiagnoseUnusedLambdaCapture(SourceRange CaptureRange, in DiagnoseUnusedLambdaCapture() argument
1955 diag << FixItHint::CreateRemoval(CaptureRange); in DiagnoseUnusedLambdaCapture()
2064 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr() local
2077 if (CaptureRange.isValid()) { in BuildLambdaExpr()
2081 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
2082 getLocForEndOfToken(CaptureRange.getEnd())); in BuildLambdaExpr()
2086 CaptureRange.getEnd()); in BuildLambdaExpr()
2094 if (CaptureRange.isValid()) { in BuildLambdaExpr()
2096 PrevCaptureLoc = CaptureRange.getEnd(); in BuildLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7349 bool DiagnoseUnusedLambdaCapture(SourceRange CaptureRange,