Home | History | Annotate | Download | only in parser

Lines Matching refs:createIfStatement

1481         return context.createIfStatement(condition, trueBlock, start, end);
1521 statementStack.append(context.createIfStatement(condition, trueBlock, pos.first, pos.second));
1533 statementStack.append(context.createIfStatement(condition, trueBlock, falseBlock, pos.first, pos.second));
1536 return context.createIfStatement(condition, trueBlock, statementStack.last(), start, end);