Lines Matching defs:endLoc
89 lexer::SourcePosition endLoc = lexer_->GetToken().End();
105 endLoc = argument->End();
114 endLoc = argument->End();
118 yieldNode->SetRange({startLoc, endLoc});
391 lexer::SourcePosition endLoc;
396 endLoc = body->AsExpression()->End();
409 endLoc = body->End();
415 funcNode->SetRange({desc->startLoc, endLoc});
939 lexer::SourcePosition endLoc = callee->End();
948 endLoc = typeParamInst->End();
957 newExprNode->SetRange({start, endLoc});
1620 lexer::SourcePosition endLoc = typeParams->End();
1621 (*returnExpression)->SetRange({startLoc, endLoc});
1635 lexer::SourcePosition endLoc = propertyNode->End();
1638 (*returnExpression)->SetRange({startLoc, endLoc});
1733 lexer::SourcePosition endLoc = propertyNode->End();
1736 returnExpression->SetRange({startLoc, endLoc});
1808 lexer::SourcePosition endLoc = expr->End();
1811 chain->SetRange({startLoc, endLoc});
2448 lexer::SourcePosition endLoc = lexer_->GetToken().End();
2465 metaProperty->SetRange({startLoc, endLoc});