Searched refs:parentStmt (Results 1 – 2 of 2) sorted by relevance
109 void ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt);
253 void Inliner::ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt) { in ensureScopedBlocks() argument260 if (!parentStmt || !(parentStmt->is<IfStatement>() || parentStmt->is<ForStatement>() || in ensureScopedBlocks()261 parentStmt->is<DoStatement>())) { in ensureScopedBlocks()