Home
last modified time | relevance | path

Searched defs:HeightLess (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp711 struct HeightLess { struct
712 const SyntaxTree::Impl &Tree;
713 HeightLess(const SyntaxTree::Impl &Tree) : Tree(Tree) {} in HeightLess() argument
714 bool operator()(NodeId Id1, NodeId Id2) const { in operator ()()