Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.cpp1072 for (const auto& declStatement : decls.fDeclaration->fVars) { in compileVarDeclarations() local
1073 const VarDeclaration& decl = (VarDeclaration&) *declStatement; in compileVarDeclarations()