Searched refs:AssertStatement (Results 1 – 9 of 9) sorted by relevance
51 V(AssertStatement) \438 struct AssertStatement : Statement { struct439 DEFINE_AST_NODE_LEAF_BOILERPLATE(AssertStatement)440 AssertStatement(SourcePosition pos, bool debug_only, Expression* expression, in AssertStatement() function
101 void Visit(AssertStatement* stmt) { in Visit()
137 const Type* Visit(AssertStatement* stmt);
249 Statement* result = MakeNode<AssertStatement>( in MakeAssertStatement()
753 const Type* ImplementationVisitor::Visit(AssertStatement* stmt) { in Visit()
2041 ret = AssertStatement()2078 AssertStmt AssertStatement():
3463 ret = AssertStatement(); in Statement()3554 final public AssertStmt AssertStatement() {Expression check; in AssertStatement() method in ASTParser
3674 ret = AssertStatement(); in Statement()3782 final public AssertStmt AssertStatement() throws ParseException {Expression check; in AssertStatement() method in GeneratedJavaParser
3568 ret = AssertStatement(); in Statement()3645 final public AssertStmt AssertStatement() { in AssertStatement() method in ASTParser