Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ast/
H A DSkSLASTForStatement.h18 struct ASTForStatement : public ASTStatement { struct
19 ASTForStatement(int offset, std::unique_ptr<ASTStatement> initializer, in ASTForStatement() function
28 String description() const override { in description()
46 const std::unique_ptr<ASTStatement> fInitializer;
47 const std::unique_ptr<ASTExpression> fTest;
48 const std::unique_ptr<ASTExpression> fNext;
49 const std::unique_ptr<ASTStatement> fStatement;
51 typedef ASTStatement INHERITED;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/ast/
H A DSkSLASTForStatement.h18 struct ASTForStatement : public ASTStatement { struct
19 ASTForStatement(Position position, std::unique_ptr<ASTStatement> initializer, in ASTForStatement() function
28 std::string description() const override { in description()
46 const std::unique_ptr<ASTStatement> fInitializer;
47 const std::unique_ptr<ASTExpression> fTest;
48 const std::unique_ptr<ASTExpression> fNext;
49 const std::unique_ptr<ASTStatement> fStatement;
51 typedef ASTStatement INHERITED;
/dports/devel/doctorj/doctorj-5.1.2/net/sourceforge/pmd/ast/
H A DASTForStatement.java5 public class ASTForStatement extends SimpleJavaNode { class
6 public ASTForStatement(int id) { in ASTForStatement() method in ASTForStatement
10 public ASTForStatement(JavaParser p, int id) { in ASTForStatement() method in ASTForStatement