Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp581 std::vector<std::pair<SNodeId, SNodeId>> TreePairs; in getMatchingNodes() local
587 TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize())); in getMatchingNodes()
589 while (!TreePairs.empty()) { in getMatchingNodes()
591 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()
592 TreePairs.pop_back(); in getMatchingNodes()
626 TreePairs.emplace_back(Row, Col); in getMatchingNodes()