Searched refs:inlinedBody (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() argument255 if (!inlinedBody || !inlinedBody->is<Block>()) { in ensureScopedBlocks()265 Block& block = inlinedBody->as<Block>(); in ensureScopedBlocks()