Lines Matching defs:endLoc
560 lexer::SourcePosition endLoc = Lexer()->GetToken().End();
569 type->SetRange({typeStart, endLoc});
816 lexer::SourcePosition endLoc = propertyNode->End();
819 (*returnExpression)->SetRange({startLoc, endLoc});
1335 lexer::SourcePosition endLoc = Lexer()->GetToken().End();
1349 endLoc = body->End();
1352 return {letDeclare, body, endLoc, isOverload};
1593 lexer::SourcePosition endLoc = declNode->End();
1595 exportDeclaration->SetRange({startLoc, endLoc});
1713 lexer::SourcePosition endLoc = source->End();
1715 importDeclaration->SetRange({startLoc, endLoc});