Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1993 bool Sema::DiagnoseUnusedLambdaCapture(SourceRange CaptureRange, in DiagnoseUnusedLambdaCapture() argument
2013 diag << FixItHint::CreateRemoval(CaptureRange); in DiagnoseUnusedLambdaCapture()
2122 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr() local
2135 if (CaptureRange.isValid()) { in BuildLambdaExpr()
2139 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
2140 getLocForEndOfToken(CaptureRange.getEnd())); in BuildLambdaExpr()
2144 CaptureRange.getEnd()); in BuildLambdaExpr()
2152 if (CaptureRange.isValid()) { in BuildLambdaExpr()
2154 PrevCaptureLoc = CaptureRange.getEnd(); in BuildLambdaExpr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8850 bool DiagnoseUnusedLambdaCapture(SourceRange CaptureRange,