Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp580 std::vector<std::pair<SNodeId, SNodeId>> TreePairs; in getMatchingNodes() local
586 TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize())); in getMatchingNodes()
588 while (!TreePairs.empty()) { in getMatchingNodes()
590 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()
591 TreePairs.pop_back(); in getMatchingNodes()
625 TreePairs.emplace_back(Row, Col); in getMatchingNodes()