Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1674 bool Sema::DiagnoseUnusedLambdaCapture(SourceRange CaptureRange, in DiagnoseUnusedLambdaCapture() argument
1688 diag << FixItHint::CreateRemoval(CaptureRange); in DiagnoseUnusedLambdaCapture()
1797 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr() local
1810 if (CaptureRange.isValid()) { in BuildLambdaExpr()
1814 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
1815 getLocForEndOfToken(CaptureRange.getEnd())); in BuildLambdaExpr()
1819 CaptureRange.getEnd()); in BuildLambdaExpr()
1827 if (CaptureRange.isValid()) { in BuildLambdaExpr()
1829 PrevCaptureLoc = CaptureRange.getEnd(); in BuildLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6678 bool DiagnoseUnusedLambdaCapture(SourceRange CaptureRange,