Lines Matching defs:endLoc

723     lexer::SourcePosition endLoc = classDefinition->End();
726 classDecl->SetRange({startLoc, endLoc});
1089 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1102 continueStatement->SetRange({startLoc, endLoc});
1606 lexer::SourcePosition endLoc = bodyNode->End();
1619 forStatement->SetRange({startLoc, endLoc});
1628 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1649 endLoc = consequent->End();
1655 endLoc = alternate->End();
1659 ifStatement->SetRange({startLoc, endLoc});
1706 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1717 endLoc = expression->End();
1723 returnStatement->SetRange({startLoc, endLoc});
1837 lexer::SourcePosition endLoc = expression->End();
1840 throwStatement->SetRange({startLoc, endLoc});
1926 lexer::SourcePosition endLoc = catchBlock->End();
1929 catchClause->SetRange({catchStartLoc, endLoc});
1938 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1958 endLoc = catchClause->End();
1969 endLoc = finnalyClause->End();
1973 tryStatement->SetRange({startLoc, endLoc});
2034 lexer::SourcePosition endLoc = initializer->End();
2037 declarator->SetRange({startLoc, endLoc});
2065 lexer::SourcePosition endLoc = init->End();
2067 declarator->SetRange({startLoc, endLoc});
2191 lexer::SourcePosition endLoc = declarators.back()->End();
2193 declaration->SetRange({startLoc, endLoc});
2217 lexer::SourcePosition endLoc = body->End();
2219 whileStatement->SetRange({startLoc, endLoc});
2527 lexer::SourcePosition endLoc = declNode->End();
2529 exportDeclaration->SetRange({startLoc, endLoc});
2565 lexer::SourcePosition endLoc = source->End();
2578 exportDeclaration->SetRange({startLoc, endLoc});
2827 lexer::SourcePosition endLoc = decl->End();
2830 exportDeclaration->SetRange({startLoc, endLoc});
3291 lexer::SourcePosition endLoc = source->End();
3297 importDeclaration->SetRange({startLoc, endLoc});