Searched refs:hasAncestor (Results 1 - 22 of 22) sorted by relevance

/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/ObjC/Framework/
H A DANTLRTree.h47 - (BOOL) hasAncestor:(NSInteger)ttype;
H A DANTLRBaseTree.h151 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTree.h41 - (BOOL) hasAncestor:(NSInteger)ttype;
H A DANTLRBaseTree.h147 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTree.h41 - (BOOL) hasAncestor:(NSInteger)ttype;
H A DANTLRBaseTree.h147 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTree.h41 - (BOOL) hasAncestor:(NSInteger)ttype;
H A DANTLRBaseTree.h147 - (BOOL) hasAncestor:(NSInteger) ttype;
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2745 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A"))))));
2751 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X"))))));
2758 hasAncestor(recordDecl(hasName("A"))))))));
2764 expr(integerLiteral(equals(42), hasAncestor(ifStmt())))));
2771 equals(42), hasAncestor(functionDecl(hasName("f")))))));
2777 fieldDecl(hasAncestor(recordDecl(hasAncestor(recordDecl().bind("r"))))),
2784 fieldDecl(hasAncestor(
2787 hasAncestor(recordDecl())))
2798 hasAncestor(recordDec
[all...]
/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/tool/src/main/java/org/antlr/tool/
H A DStrip.java154 if ( !a.hasAncestor(ANTLRv3Parser.OPTIONS) ) { // avoid options
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h204 bool hasAncestor(GraphicsLayer*) const;
H A DGraphicsLayer.cpp93 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const function in class:WebCore::GraphicsLayer
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java765 public boolean hasAncestor(Node ancestor) { method in class:Spatial
771 return parent.hasAncestor(ancestor);
/external/webkit/Source/WebCore/inspector/front-end/
H A DElementsTreeOutline.js527 if (selectedTreeElement && selectedTreeElement.hasAncestor(this))
582 if (selectedTreeElement && (selectedTreeElement === currentChild || selectedTreeElement.hasAncestor(currentChild)))
H A Dtreeoutline.js770 TreeElement.prototype.hasAncestor = function(ancestor) {
/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/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1264 hasAncestor(const internal::Matcher<AncestorT> &AncestorMatcher) { function 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 336 milliseconds