Home
last modified time | relevance | path

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

/external/skia/src/sksl/ast/
DSkSLASTBoolLiteral.h18 struct ASTBoolLiteral : public ASTExpression { struct
19 ASTBoolLiteral(Position position, bool value) in ASTBoolLiteral() argument
23 String description() const override { in description()
27 const bool fValue;
29 typedef ASTExpression INHERITED;