Home
last modified time | relevance | path

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

/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTree.java58 public boolean hasAncestor(int ttype); in hasAncestor() method
DBaseTree.java333 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffCldr.java179 private static boolean hasAncestor(String locale, String localeBase) { in hasAncestor() method in DiffCldr
/external/antlr/runtime/Python3/antlr3/
Dtree.py133 def hasAncestor(self, ttype): member in Tree
882 def hasAncestor(self, ttype): member in BaseTree
/external/antlr/runtime/Python/antlr3/
Dtree.py133 def hasAncestor(self, ttype): member in Tree
889 def hasAncestor(self, ttype): member in BaseTree
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2384 LLVM_ATTRIBUTE_UNUSED hasAncestor = {}; variable