Lines Matching defs:endLoc
489 lexer::SourcePosition endLoc = falseType->End();
493 conditionalType->SetRange({startLoc, endLoc});
746 lexer::SourcePosition endLoc = constraint->End();
750 typeParameter->SetRange({startLoc, endLoc});
936 lexer::SourcePosition endLoc = Lexer()->GetToken().End();
941 arrayType->SetRange({startLoc, endLoc});
975 lexer::SourcePosition endLoc = types.back()->End();
980 unionType->SetRange({startLoc, endLoc});
1018 lexer::SourcePosition endLoc = types.back()->End();
1024 intersectionType->SetRange({startLoc, endLoc});
1193 lexer::SourcePosition endLoc = Lexer()->GetToken().End();
1203 result->SetRange({typeStart, endLoc});
1448 lexer::SourcePosition endLoc = propertyNode->End();
1451 (*returnExpression)->SetRange({startLoc, endLoc});
2080 lexer::SourcePosition endLoc = Lexer()->GetToken().End();
2096 endLoc = body->End();
2099 return {letDeclare, body, endLoc, isOverload};