Searched refs:ensureScopedBlocks (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() function in SkSL::Inliner1174 this->ensureScopedBlocks(inlinedCall.fInlinedBody.get(), candidate.fParentStmt->get()); in analyze()