Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp358 const Statement& innerStmt = *block.children().front(); in DetectVarDeclarationWithoutScope() local
359 if (!innerStmt.is<VarDeclaration>()) { in DetectVarDeclarationWithoutScope()
362 var = &innerStmt.as<VarDeclaration>().var(); in DetectVarDeclarationWithoutScope()

Completed in 4 milliseconds