Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1800 bool IsCaptureUsed = true; in BuildLambdaExpr() local
1823 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1828 CurHasPreviousCapture |= IsCaptureUsed; in BuildLambdaExpr()