Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1541 bool CurHasPreviousCapture = CaptureDefault != LCD_None; in BuildLambdaExpr() local
1542 SourceLocation PrevCaptureLoc = CurHasPreviousCapture ? in BuildLambdaExpr()
1564 if (!CurHasPreviousCapture && !IsLast) { in BuildLambdaExpr()
1581 CurHasPreviousCapture |= IsCaptureUsed; in BuildLambdaExpr()