Home
last modified time | relevance | path

Searched refs:LastCol (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DSourceMgr.cpp336 unsigned LastCol; in buildFixItLine() local
338 LastCol = LineEnd - LineStart; in buildFixItLine()
340 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
342 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
591 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()