Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h448 CompoundStmt(ASTContext& C, Stmt **StmtStart, unsigned NumStmts, in CompoundStmt() argument
461 memcpy(Body, StmtStart, NumStmts * sizeof(*Body)); in CompoundStmt()