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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; local
600 FirstRow = S1.getLeftMostDescendant(LastRow);
606 while (Row > FirstRow || Col > FirstCol) {
607 if (Row > FirstRow &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1226 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; local
1228 assert(FirstRow->Address.Address <= Row.Address.Address &&
1230 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row,

Completed in 81 milliseconds