Lines Matching defs:endLoc
804 lexer::SourcePosition endLoc = falseType->End();
808 conditionalType->SetRange({startLoc, endLoc});
1147 lexer::SourcePosition endLoc = typeParamInst->End();
1148 typeName->SetRange({referenceStartLoc, endLoc});
1194 lexer::SourcePosition endLoc = constraint->End();
1198 typeParameter->SetRange({startLoc, endLoc});
1706 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1711 arrayType->SetRange({startLoc, endLoc});
1752 lexer::SourcePosition endLoc = types.back()->End();
1757 unionType->SetRange({startLoc, endLoc});
1802 lexer::SourcePosition endLoc = types.back()->End();
1807 intersectionType->SetRange({startLoc, endLoc});
1909 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1913 result->SetRange({typeStart, endLoc});
3933 lexer::SourcePosition endLoc = lexer_->GetToken().End();
3938 typeParamDecl->SetRange({startLoc, endLoc});
3992 lexer::SourcePosition endLoc = lexer_->GetToken().End();
3997 typeParamInst->SetRange({startLoc, endLoc});
4043 lexer::SourcePosition endLoc = lexer_->GetToken().End();
4070 endLoc = body->End();
4079 funcNode->SetRange({startLoc, endLoc});
4125 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End();
4129 spreadElementNode->SetRange({startLocation, endLoc});