Searched defs:endLoc (Results 1 – 4 of 4) sorted by relevance
678 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local1034 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local1538 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local1560 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local1639 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local1770 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local1859 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local1871 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local1968 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local2042 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local[all …]
84 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local365 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local901 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local1520 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local1614 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local1712 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local2282 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() local1606 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local1645 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local1688 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local1792 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local3386 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local3445 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local3496 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local3578 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local
1191 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local