HomeSort by: relevance | last modified time | path
    Searched refs:FirstRow (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;
600 FirstRow = S1.getLeftMostDescendant(LastRow);
606 while (Row > FirstRow || Col > FirstCol) {
607 if (Row > FirstRow &&
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 1226 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex;
1228 assert(FirstRow->Address.Address <= Row.Address.Address &&
1230 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row,

Completed in 28 milliseconds