Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLAnalysis.cpp353 const Statement& innerStmt = *block.children().front(); in DetectVarDeclarationWithoutScope() local
354 if (!innerStmt.is<VarDeclaration>()) { in DetectVarDeclarationWithoutScope()
357 var = &innerStmt.as<VarDeclaration>().var(); in DetectVarDeclarationWithoutScope()