Searched defs:endLoc (Results 1 – 4 of 4) sorted by relevance
678 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local1033 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local1536 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local1558 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local1637 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local1768 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local1857 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local1869 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local1966 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local2040 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local[all …]
86 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local369 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local905 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local1546 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local1640 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local1738 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local2310 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
757 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local1137 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local1607 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local1646 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local1689 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local1793 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local3385 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local3444 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local3495 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local3577 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local
1191 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local