Lines Matching refs:End
400 moduleDecl->SetRange({startLoc, lexer_->GetToken().End()});
455 moduleDecl->SetRange({startLoc, lexer_->GetToken().End()});
527 importEqualsDecl->SetRange({startLoc, lexer_->GetToken().End()});
554 namespaceExportDecl->SetRange({startLoc, lexer_->GetToken().End()});
576 blockNode->SetRange({startLoc, lexer_->GetToken().End()});
723 lexer::SourcePosition endLoc = classDefinition->End();
771 typeAliasDecl->SetRange({typeStart, lexer_->GetToken().End()});
821 body->SetRange({bodyStart, lexer_->GetToken().End()});
825 interfaceDecl->SetRange({interfaceStart, lexer_->GetToken().End()});
869 lexer::SourcePosition heritageEnd = lexer_->GetToken().End();
884 heritageEnd = typeParamInst->End();
923 statement->SetEnd(lexer_->GetToken().End());
999 blockNode->SetRange({startLoc, lexer_->GetToken().End()});
1039 breakStatement->SetRange({startLoc, lexer_->GetToken().End()});
1061 breakStatement->SetRange({startLoc, lexer_->GetToken().End()});
1089 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1094 continueStatement->SetRange({startLoc, lexer_->GetToken().End()});
1122 continueStatement->SetRange({startLoc, lexer_->GetToken().End()});
1162 doWhileStatement->SetRange({startLoc, lexer_->GetToken().End()});
1168 doWhileStatement->SetEnd(lexer_->GetToken().End());
1328 lexer::SourcePosition endPos = exprNode->End();
1411 leftNode->End().index - leftNode->Start().index == ASYNC.length())) {
1606 lexer::SourcePosition endLoc = bodyNode->End();
1628 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1649 endLoc = consequent->End();
1655 endLoc = alternate->End();
1694 labeledStatement->SetRange({pos.token.Start(), body->End()});
1706 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1717 endLoc = expression->End();
1764 lexer::SourcePosition caseEndLoc = lexer_->GetToken().End();
1772 caseEndLoc = consequent->End();
1813 switchStatement->SetRange({startLoc, lexer_->GetToken().End()});
1837 lexer::SourcePosition endLoc = expression->End();
1926 lexer::SourcePosition endLoc = catchBlock->End();
1938 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1958 endLoc = catchClause->End();
1969 endLoc = finnalyClause->End();
2034 lexer::SourcePosition endLoc = initializer->End();
2065 lexer::SourcePosition endLoc = init->End();
2191 lexer::SourcePosition endLoc = declarators.back()->End();
2217 lexer::SourcePosition endLoc = body->End();
2527 lexer::SourcePosition endLoc = declNode->End();
2565 lexer::SourcePosition endLoc = source->End();
2636 specifier->SetRange({local->Start(), exported->End()});
2645 lexer::SourcePosition endPos = lexer_->GetToken().End();
2827 lexer::SourcePosition endLoc = decl->End();
2926 specifier->SetRange({namespaceStart, lexer_->GetToken().End()});
3011 specifier->SetRange({imported->Start(), local->End()});
3091 result->SetRange({start, lexer_->GetToken().End()});
3263 astNode->SetRange({startLoc, lexer_->GetToken().End()});
3291 lexer::SourcePosition endLoc = source->End();
3322 assertClause->SetRange({startLoc, lexer_->GetToken().End()});
3359 assertEntry->SetRange({key->Start(), value->End()});