Home
last modified time | relevance | path

Searched refs:FirstRow (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
600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
606 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
607 if (Row > FirstRow && in getMatchingNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1226 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq() local
1228 assert(FirstRow->Address.Address <= Row.Address.Address && in findRowInSeq()
1230 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq()