Searched defs:hasAncestor (Results 1 – 6 of 6) sorted by relevance
58 public boolean hasAncestor(int ttype); in hasAncestor() method
313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
774 TreeElement.prototype.hasAncestor = function(ancestor) { method in TreeElement
152 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const in hasAncestor() function in WebCore::GraphicsLayer
133 def hasAncestor(self, ttype): member in Tree889 def hasAncestor(self, ttype): member in BaseTree
1747 internal::TypeList<Decl, Stmt> > LLVM_ATTRIBUTE_UNUSED hasAncestor = {}; variable