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