Home
last modified time | relevance | path

Searched defs:VarDeclarationsStatement (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLVarDeclarationsStatement.h19 struct VarDeclarationsStatement : public Statement { struct
20 VarDeclarationsStatement(std::unique_ptr<VarDeclarations> decl) in VarDeclarationsStatement() function
24 SkString description() const override { in description()
28 std::shared_ptr<VarDeclarations> fDeclaration;
30 typedef Statement INHERITED;