Searched refs:setEndLine (Results 1 – 8 of 8) sorted by relevance
99 currentLineComment.setEndLine(currLine); in parse()118 javadocComment.setEndLine(currLine); in parse()123 currentBlockComment.setEndLine(currLine); in parse()163 currentLineComment.setEndLine(currLine); in parse()
58 Line 99) currentLineComment.setEndLine(currLine) ==> void73 Line 118) javadocComment.setEndLine(currLine) ==> void77 Line 123) currentBlockComment.setEndLine(currLine) ==> void101 Line 163) currentLineComment.setEndLine(currLine) ==> void
217 public final void setEndLine(final int endLine) { in setEndLine() method in Node
579 void setEndLine(const TSourceLoc& line) { endLine = line; } in setEndLine() function
1427 $3->setEndLine(@5);1451 $2->setEndLine(@3);
4503 (yyvsp[-2].interm.intermAggregate)->setEndLine((yylsp[0])); in yyparse()4559 (yyvsp[-1].interm.intermAggregate)->setEndLine((yylsp[0])); in yyparse()
1901 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()
102 ret.setEndLine(lambdaBody.getEndLine()); in generateLambda()