Lines Matching defs:endLoc
801 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local
1165 lexer::SourcePosition endLoc = typeParamInst->End(); in ParseTsTypeReferenceOrQuery() local
1212 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local
1724 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local
1770 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local
1820 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local
1930 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local
3864 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local
3923 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local
3974 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local
4056 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local