Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp444 unsigned LastCol; in buildFixItLine() local
446 LastCol = LineEnd - LineStart; in buildFixItLine()
448 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
450 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/llvm-project-15.0.7/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()