Searched refs:LastCol (Results 1 – 2 of 2) sorted by relevance
437 unsigned LastCol; in buildFixItLine() local439 LastCol = LineEnd - LineStart; in buildFixItLine()441 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()443 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local591 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()595 computeForestDist(LastRow, LastCol); in getMatchingNodes()601 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()604 Col = LastCol; in getMatchingNodes()617 LMD2 == S2.getLeftMostDescendant(LastCol)) { in getMatchingNodes()