Lines Matching refs:startLoc
189 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
209 blockStmt->SetRange({startLoc, lexer_->GetToken().End()});
493 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
539 typeAnnotation->SetRange({startLoc, lexer_->GetToken().End()});
594 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
595 return ParseTsImportType(startLoc);
688 ir::TSImportType *ParserImpl::ParseTsImportType(const lexer::SourcePosition &startLoc, bool isTypeof)
743 importType->SetRange({startLoc, lexer_->GetToken().End()});
773 lexer::SourcePosition startLoc = checkType->Start();
808 conditionalType->SetRange({startLoc, endLoc});
1054 lexer::SourcePosition startLoc = typeName->Start();
1072 typeName->SetRange({startLoc, lexer_->GetToken().End()});
1113 lexer::SourcePosition &startLoc = referenceStartLoc;
1114 return ParseTsImportType(startLoc, true);
1182 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
1198 typeParameter->SetRange({startLoc, endLoc});
1232 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
1279 mappedType->SetRange({startLoc, lexer_->GetToken().End()});
1709 lexer::SourcePosition startLoc = elementType->Start();
1711 arrayType->SetRange({startLoc, endLoc});
1719 lexer::SourcePosition startLoc;
1731 startLoc = type->Start();
1734 startLoc = lexer_->GetToken().Start();
1757 unionType->SetRange({startLoc, endLoc});
1766 lexer::SourcePosition startLoc;
1782 startLoc = type->Start();
1785 startLoc = lexer_->GetToken().Start();
1807 intersectionType->SetRange({startLoc, endLoc});
1918 ir::Expression *ParserImpl::ParseTsFunctionType(lexer::SourcePosition startLoc, bool isConstructionType,
1974 funcType->SetRange({startLoc, returnTypeAnnotation->End()});
3154 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
3254 ctor->SetRange({startLoc, classBodyEndLoc});
3814 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
3864 typeParam->SetRange({startLoc, lexer_->GetToken().End()});
3891 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
3938 typeParamDecl->SetRange({startLoc, endLoc});
3947 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
3997 typeParamInst->SetRange({startLoc, endLoc});
4011 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
4079 funcNode->SetRange({startLoc, endLoc});