Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLInliner.h112 void ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt);
DSkSLInliner.cpp236 void Inliner::ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt) { in ensureScopedBlocks() argument
243 if (!parentStmt || !(parentStmt->is<IfStatement>() || parentStmt->is<ForStatement>() || in ensureScopedBlocks()
244 parentStmt->is<DoStatement>())) { in ensureScopedBlocks()