Home
last modified time | relevance | path

Searched refs:inlinedBody (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/
DSkSLInliner.h109 void ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt);
DSkSLInliner.cpp253 void Inliner::ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt) { in ensureScopedBlocks() argument
255 if (!inlinedBody || !inlinedBody->is<Block>()) { in ensureScopedBlocks()
265 Block& block = inlinedBody->as<Block>(); in ensureScopedBlocks()