Searched defs:hasAncestor (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; } function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTree.java58 public boolean hasAncestor(int ttype); method in interface:Tree
H A DBaseTree.java313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } method in class:BaseTree
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py133 def hasAncestor(self, ttype): member in class:Tree
889 def hasAncestor(self, ttype): member in class:BaseTree
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A Dtreeoutline.js799 TreeElement.prototype.hasAncestor = function(ancestor) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp148 ASSERT(!layer || !layer->hasAncestor(this));
154 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const function in class:blink::GraphicsLayer
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1742 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
1747 internal::TypeList<Decl, Stmt> > LLVM_ATTRIBUTE_UNUSED hasAncestor = {}; member in namespace:clang::ast_matchers
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 338 milliseconds