Searched defs:descendants (Results 1 – 3 of 3) sorted by relevance
47 …ode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVec… in relax_snode()
46 …ode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVec… in heap_relax_snode()
356 public static List<Tree> descendants(Tree root){ in descendants() method in GrammarAST360 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ in descendants() method in GrammarAST393 List<Tree> descendants = descendants(this); in findFirstType() local