Searched refs:FirstCol (Results 1 – 2 of 2) sorted by relevance
403 unsigned FirstCol; in buildFixItLine() local405 FirstCol = 0; in buildFixItLine()407 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine()416 unsigned HintCol = FirstCol; in buildFixItLine()443 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local601 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()606 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()610 } else if (Col > FirstCol && in getMatchingNodes()