Lines Matching refs:End
291 lexer::SourcePosition endLoc = classDefinition->End();
307 lexer::SourcePosition endLoc = classDefinition->End();
338 statement->SetEnd(lexer_->GetToken().End());
426 blockNode->SetRange({startLoc, lexer_->GetToken().End()});
456 breakStatement->SetRange({startLoc, lexer_->GetToken().End()});
479 breakStatement->SetRange({startLoc, lexer_->GetToken().End()});
502 lexer::SourcePosition endLoc = lexer_->GetToken().End();
507 continueStatement->SetRange({startLoc, lexer_->GetToken().End()});
533 continueStatement->SetRange({startLoc, lexer_->GetToken().End()});
567 doWhileStatement->SetRange({startLoc, lexer_->GetToken().End()});
572 doWhileStatement->SetEnd(lexer_->GetToken().End());
662 lexer::SourcePosition endPos = exprNode->End();
968 forStatement->SetRange({startLoc, bodyNode->End()});
997 endLoc = consequent->End();
1003 endLoc = alternate->End();
1036 labeledStatement->SetRange({pos.GetToken().Start(), body->End()});
1048 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1059 endLoc = expression->End();
1106 lexer::SourcePosition caseEndLoc = lexer_->GetToken().End();
1114 caseEndLoc = consequent->End();
1154 switchStatement->SetRange({startLoc, lexer_->GetToken().End()});
1176 lexer::SourcePosition endLoc = expression->End();
1231 lexer::SourcePosition endLoc = catchBlock->End();
1242 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1263 endLoc = catchClause->End();
1275 endLoc = finallyClause->End();
1311 lexer::SourcePosition endLoc = initializer->End();
1372 lexer::SourcePosition endLoc = init->End();
1430 lexer::SourcePosition endLoc = declarators.back()->End();
1457 lexer::SourcePosition endLoc = body->End();
1513 lexer::SourcePosition endLoc = declNode->End();
1553 lexer::SourcePosition endLoc = source->End();
1591 specifier->SetRange({local->Start(), exported->End()});
1600 lexer::SourcePosition endPos = lexer_->GetToken().End();
1662 lexer::SourcePosition endLoc = decl->End();
1713 specifier->SetRange({namespaceStart, lexer_->GetToken().End()});
1760 specifier->SetRange({imported->Start(), local->End()});
1862 lexer::SourcePosition endLoc = source->End();