Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1555 bool IsCaptureUsed = true; in BuildLambdaExpr() local
1576 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1581 CurHasPreviousCapture |= IsCaptureUsed; in BuildLambdaExpr()