Home | History | Annotate | Download | only in AST

Lines Matching refs:isInitCapture

1405     bool isInitCapture() const { return getCaptureKind() == LCK_Init; }
1569 Capture <= explicit_capture_end() && Capture->isInitCapture());