Home
last modified time | relevance | path

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

/external/skia/src/sksl/ast/
DSkSLASTVarDeclarationStatement.h19 struct ASTVarDeclarationStatement : public ASTStatement { struct
20 ASTVarDeclarationStatement(std::unique_ptr<ASTVarDeclarations> decl) in ASTVarDeclarationStatement() function
24 SkString description() const override { in description()
28 std::unique_ptr<ASTVarDeclarations> fDeclarations;
30 typedef ASTStatement INHERITED;