Searched refs:StmtStart (Results 1 – 1 of 1) sorted by relevance
448 CompoundStmt(ASTContext& C, Stmt **StmtStart, unsigned NumStmts, in CompoundStmt() argument461 memcpy(Body, StmtStart, NumStmts * sizeof(*Body)); in CompoundStmt()