Searched defs:endLoc (Results 1 – 4 of 4) sorted by relevance
589 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local943 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local1420 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local1442 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local1521 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local1652 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local1741 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local1753 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local1850 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local1918 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local[all …]
696 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local1054 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local1523 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local1562 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local1605 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local1667 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local3121 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local3180 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local3229 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local3311 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local
84 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local360 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local872 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local1486 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local1580 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local1668 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local2267 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
1026 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local