HomeSort by relevance Sort by last modified time
    Searched refs:hasAncestor (Results 1 - 25 of 25) sorted by null

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 66 allOf(hasAncestor(recordDecl(isTemplateInstantiation())),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
Tree.java 58 public boolean hasAncestor(int ttype);
BaseTree.java 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTree.h 47 - (BOOL) hasAncestor:(NSInteger)ttype;
ANTLRBaseTree.h 151 - (BOOL) hasAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 41 - (BOOL) hasAncestor:(NSInteger)ttype;
ANTLRBaseTree.h 147 - (BOOL) hasAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 41 - (BOOL) hasAncestor:(NSInteger)ttype;
ANTLRBaseTree.h 147 - (BOOL) hasAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 41 - (BOOL) hasAncestor:(NSInteger)ttype;
ANTLRBaseTree.h 147 - (BOOL) hasAncestor:(NSInteger) ttype;
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 154 if ( !a.hasAncestor(ANTLRv3Parser.OPTIONS) ) { // avoid options
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 227 bool hasAncestor(GraphicsLayer*) const;
GraphicsLayer.cpp 170 ASSERT(!layer || !layer->hasAncestor(this));
174 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 202 REGISTER_ADAPTATIVE(hasAncestor);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 765 public boolean hasAncestor(Node ancestor) {
771 return parent.hasAncestor(ancestor);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 133 def hasAncestor(self, ttype):
889 def hasAncestor(self, ttype):
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
treeoutline.js 750 TreeElement.prototype.hasAncestor = function(ancestor) {
ElementsTreeOutline.js 1000 if (selectedTreeElement && selectedTreeElement.hasAncestor(this))
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 835 milliseconds