Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1804 bool IsCaptureUsed = true; in BuildLambdaExpr() local
1827 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1832 CurHasPreviousCapture |= IsCaptureUsed; in BuildLambdaExpr()