Searched refs:PreInitCompound (Results 1 – 1 of 1) sorted by relevance
203 if (auto *PreInitCompound = dyn_cast<CompoundStmt>(PreInits)) in emitPreInitStmt() local204 llvm::append_range(PreInitStmts, PreInitCompound->body()); in emitPreInitStmt()