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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp709 struct HeightLess { struct in namespace:clang::diff::__anon1121
711 HeightLess(const SyntaxTree::Impl &Tree) : Tree(Tree) {} function in struct:clang::diff::__anon1121::HeightLess
722 HeightLess Cmp;
724 PriorityQueue<NodeId, std::vector<NodeId>, HeightLess> List;

Completed in 194 milliseconds