Searched refs:LastRow (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 590 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() 600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes() 603 Row = LastRow; in getMatchingNodes() 616 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 865 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq() local 867 FirstRow, LastRow, Row, DWARFDebugLine::Row::orderByAddress); in findRowInSeq() 868 if (RowPos == LastRow) { in findRowInSeq()
|