Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CapturedStmt

290 void ASTStmtWriter::VisitCapturedStmt(CapturedStmt *S) {
302 for (CapturedStmt::capture_init_iterator I = S->capture_init_begin(),
311 for (CapturedStmt::capture_iterator I = S->capture_begin(),