HomeSort by: relevance | last modified time | path
    Searched refs:LastRow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col;
591 std::tie(LastRow, LastCol) = TreePairs.back();
595 computeForestDist(LastRow, LastCol);
600 FirstRow = S1.getLeftMostDescendant(LastRow);
603 Row = LastRow;
616 if (LMD1 == S1.getLeftMostDescendant(LastRow) &&
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 1227 RowIter LastRow = Rows.begin() + Seq.LastRowIndex;
1229 Row.Address.Address < LastRow[-1].Address.Address);
1230 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row,

Completed in 19 milliseconds