Searched refs:PreInitStmts (Results 1 – 1 of 1) sorted by relevance
208 SmallVector<const Stmt *> PreInitStmts; in emitPreInitStmt() local210 llvm::append_range(PreInitStmts, PreInitCompound->body()); in emitPreInitStmt()212 PreInitStmts.push_back(PreInits); in emitPreInitStmt()214 for (const Stmt *S : PreInitStmts) { in emitPreInitStmt()