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

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

Completed in 166 milliseconds