Home
last modified time | relevance | path

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

/external/skia/src/sksl/ast/
DSkSLASTSwitchCase.h18 struct ASTSwitchCase : public ASTStatement { struct
20 ASTSwitchCase(Position position, std::unique_ptr<ASTExpression> value, in ASTSwitchCase() function
26 String description() const override { in description()
40 const std::unique_ptr<ASTExpression> fValue;
41 const std::vector<std::unique_ptr<ASTStatement>> fStatements;
43 typedef ASTStatement INHERITED;