Lines Matching defs:endLoc
291 lexer::SourcePosition endLoc = classDefinition->End();
293 structDecl->SetRange({startLoc, endLoc});
307 lexer::SourcePosition endLoc = classDefinition->End();
309 classDecl->SetRange({startLoc, endLoc});
502 lexer::SourcePosition endLoc = lexer_->GetToken().End();
515 continueStatement->SetRange({startLoc, endLoc});
978 lexer::SourcePosition endLoc;
997 endLoc = consequent->End();
1003 endLoc = alternate->End();
1007 ifStatement->SetRange({startLoc, endLoc});
1048 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1059 endLoc = expression->End();
1065 returnStatement->SetRange({startLoc, endLoc});
1176 lexer::SourcePosition endLoc = expression->End();
1179 throwStatement->SetRange({startLoc, endLoc});
1231 lexer::SourcePosition endLoc = catchBlock->End();
1234 catchClause->SetRange({catchStartLoc, endLoc});
1242 lexer::SourcePosition endLoc = lexer_->GetToken().End();
1263 endLoc = catchClause->End();
1275 endLoc = finallyClause->End();
1281 tryStatement->SetRange({startLoc, endLoc});
1311 lexer::SourcePosition endLoc = initializer->End();
1314 declarator->SetRange({startLoc, endLoc});
1372 lexer::SourcePosition endLoc = init->End();
1374 declarator->SetRange({startLoc, endLoc});
1430 lexer::SourcePosition endLoc = declarators.back()->End();
1433 declaration->SetRange({startLoc, endLoc});
1457 lexer::SourcePosition endLoc = body->End();
1459 whileStatement->SetRange({startLoc, endLoc});
1513 lexer::SourcePosition endLoc = declNode->End();
1515 exportDeclaration->SetRange({startLoc, endLoc});
1553 lexer::SourcePosition endLoc = source->End();
1556 exportDeclaration->SetRange({startLoc, endLoc});
1662 lexer::SourcePosition endLoc = decl->End();
1665 exportDeclaration->SetRange({startLoc, endLoc});
1862 lexer::SourcePosition endLoc = source->End();
1864 importDeclaration->SetRange({startLoc, endLoc});