Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp437 unsigned LastCol; in buildFixItLine() local
439 LastCol = LineEnd - LineStart; in buildFixItLine()
441 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
443 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/netbsd-src/external/apache2/llvm/dist/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()