Home
last modified time | relevance | path

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

/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()
600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
603 Row = LastRow; in getMatchingNodes()
616 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1227 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq() local
1229 Row.Address.Address < LastRow[-1].Address.Address); in findRowInSeq()
1230 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq()