Home
last modified time | relevance | path

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

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