Home
last modified time | relevance | path

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

/external/skia/src/sksl/ast/
DSkSLASTSection.h18 struct ASTSection : public ASTDeclaration { struct
19 ASTSection(Position position, String name, String arg, String text) in ASTSection() argument
25 String description() const override { in description()
34 const String fName;
35 const String fArgument;
36 const String fText;
38 typedef ASTDeclaration INHERITED;