Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp448 unsigned LastCol; in buildFixItLine() local
450 LastCol = LineEnd - LineStart; in buildFixItLine()
452 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
454 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
590 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()
594 computeForestDist(LastRow, LastCol); in getMatchingNodes()
600 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
603 Col = LastCol; in getMatchingNodes()
616 LMD2 == S2.getLeftMostDescendant(LastCol)) { in getMatchingNodes()