HomeSort by relevance Sort by last modified time
    Searched full:hasancestor (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 66 allOf(hasAncestor(recordDecl(isTemplateInstantiation())),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/tquery/
filter_has_ancestor.html 46 name: 'hasAncestor'
tquery_test.html 143 var hasAncestor = getScriptObject('hasAncestor');
152 var result = tquery.filter(hasAncestor('b')).selection;
156 var result = tquery.filter(hasAncestor()).selection;
160 var result = tquery.filter(hasAncestor('a')).selection;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
Tree.as 25 function hasAncestor(ttype:int):Boolean;
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 66 bool HasAncestor(int ttype);
BaseTree.cs 379 public virtual bool HasAncestor(int ttype) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 70 bool HasAncestor( int ttype );
BaseTree.cs 455 public virtual bool HasAncestor( int ttype )
  /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/ANTLR.framework/Headers/
ANTLRBaseTree.h 147 - (BOOL) hasAncestor:(NSInteger) ttype;
ANTLRTree.h 41 - (BOOL) hasAncestor:(NSInteger)ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 147 - (BOOL) hasAncestor:(NSInteger) ttype;
ANTLRTree.h 41 - (BOOL) hasAncestor:(NSInteger)ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 147 - (BOOL) hasAncestor:(NSInteger) ttype;
ANTLRTree.h 41 - (BOOL) hasAncestor:(NSInteger)ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 151 - (BOOL) hasAncestor:(NSInteger) ttype;
ANTLRTree.h 47 - (BOOL) hasAncestor:(NSInteger)ttype;
ANTLRBaseTree.m 411 - (BOOL) hasAncestor:(NSInteger) ttype
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 154 if ( !a.hasAncestor(ANTLRv3Parser.OPTIONS) ) { // avoid options
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 171 REGISTER_MATCHER(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/ObjC/Framework/test/runtime/tree/
ANTLRCommonTreeTest.m 334 STAssertTrue([tree hasAncestor:ANTLRTokenTypeUP], @"Should have an ancestor of type ANTLRTokenTypeUP");

Completed in 857 milliseconds

1 2