Lines Matching defs:endLoc
788 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local
1152 lexer::SourcePosition endLoc = typeParamInst->End(); in ParseTsTypeReferenceOrQuery() local
1199 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local
1711 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local
1757 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local
1807 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local
1917 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local
3988 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local
4047 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local
4098 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local
4180 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local