Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp709 struct HeightLess { struct
710 const SyntaxTree::Impl &Tree;
711 HeightLess(const SyntaxTree::Impl &Tree) : Tree(Tree) {} in HeightLess() argument
712 bool operator()(NodeId Id1, NodeId Id2) const { in operator ()()