Lines Matching defs:endLoc
85 lexer::SourcePosition endLoc = lexer_->GetToken().End();
101 endLoc = argument->End();
110 endLoc = argument->End();
114 yieldNode->SetRange({startLoc, endLoc});
309 lexer::SourcePosition endLoc;
314 endLoc = body->AsExpression()->End();
327 endLoc = body->End();
340 funcNode->SetRange({desc->startLoc, endLoc});
784 lexer::SourcePosition endLoc = callee->End();
786 newExprNode->SetRange({start, endLoc});
1663 lexer::SourcePosition endLoc = propertyNode->End();
1666 returnExpression->SetRange({startLoc, endLoc});
1726 lexer::SourcePosition endLoc = expr->End();
1728 chain->SetRange({startLoc, endLoc});
2316 lexer::SourcePosition endLoc = lexer_->GetToken().End();
2335 metaProperty->SetRange({startLoc, endLoc});