Searched defs:hasAncestor (Results 1 – 6 of 6) sorted by relevance
58 public boolean hasAncestor(int ttype); in hasAncestor() method
333 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
179 private static boolean hasAncestor(String locale, String localeBase) { in hasAncestor() method in DiffCldr
133 def hasAncestor(self, ttype): member in Tree882 def hasAncestor(self, ttype): member in BaseTree
133 def hasAncestor(self, ttype): member in Tree889 def hasAncestor(self, ttype): member in BaseTree
2384 LLVM_ATTRIBUTE_UNUSED hasAncestor = {}; variable