Searched defs:endLine (Results 1 – 6 of 6) sorted by relevance
100 void SetEndLine(int32_t endLine) in SetEndLine()
310 ScriptFailedToParse &SetEndLine(int32_t endLine) in SetEndLine()562 ScriptParsed &SetEndLine(int32_t endLine) in SetEndLine()
61 auto endLine = std::count(sourceCode.begin(), sourceCode.end(), '\n') - 1; in GetDebugInfo() local
66 size_t endLine = ~0U; in GetPossibleBreakpoints() local
1107 const endLine = file.getLineAndCharacterOfPosition(equalsGreaterThanToken.end).line; constant
100 void BreakpointTest::CheckPossibleBreakpoints(size_t startLine, std::optional<size_t> endLine, in CheckPossibleBreakpoints()