/external/clang/unittests/AST/ |
D | ASTContextParentMapTest.cpp | 66 allOf(hasAncestor(recordDecl(isTemplateInstantiation())), in TEST() 67 hasAncestor(recordDecl(unless(isTemplateInstantiation()))))))); in TEST()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | Tree.java | 58 public boolean hasAncestor(int ttype); in hasAncestor() method
|
D | BaseTree.java | 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() method in BaseTree
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTree.h | 47 - (BOOL) hasAncestor:(NSInteger)ttype;
|
D | ANTLRBaseTree.h | 151 - (BOOL) hasAncestor:(NSInteger) ttype;
|
D | ANTLRBaseTree.m | 411 - (BOOL) hasAncestor:(NSInteger) ttype
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTree.h | 41 - (BOOL) hasAncestor:(NSInteger)ttype;
|
D | ANTLRBaseTree.h | 147 - (BOOL) hasAncestor:(NSInteger) ttype;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTree.h | 41 - (BOOL) hasAncestor:(NSInteger)ttype;
|
D | ANTLRBaseTree.h | 147 - (BOOL) hasAncestor:(NSInteger) ttype;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTree.h | 41 - (BOOL) hasAncestor:(NSInteger)ttype;
|
D | ANTLRBaseTree.h | 147 - (BOOL) hasAncestor:(NSInteger) ttype;
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 3170 functionDecl(decl().bind("x"), hasAncestor(recordDecl(hasName("::A")))), in TEST() 3177 ifStmt(stmt().bind("x"), hasAncestor(recordDecl(hasName("::A")))), in TEST() 3375 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST() 3381 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST() 3388 hasAncestor(recordDecl(hasName("A")))))))); in TEST() 3394 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST() 3400 integerLiteral(equals(42), hasAncestor(functionDecl(hasName("f")))))); in TEST() 3406 fieldDecl(hasAncestor(recordDecl(hasAncestor(recordDecl().bind("r"))))), in TEST() 3413 fieldDecl(hasAncestor( in TEST() 3416 hasAncestor(recordDecl()))) in TEST() [all …]
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | Tree.as | 25 function hasAncestor(ttype:int):Boolean;
|
D | BaseTree.as | 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsLayer.h | 102 bool hasAncestor(GraphicsLayer*) const;
|
D | GraphicsLayer.cpp | 146 ASSERT(!layer || !layer->hasAncestor(this)); in setParent() 150 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const in hasAncestor() function in WebCore::GraphicsLayer
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Spatial.java | 765 public boolean hasAncestor(Node ancestor) { in hasAncestor() method in Spatial 771 return parent.hasAncestor(ancestor); in hasAncestor()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 154 if ( !a.hasAncestor(ANTLRv3Parser.OPTIONS) ) { // avoid options in rewrite()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 202 REGISTER_ADAPTATIVE(hasAncestor); in RegistryMaps()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 133 def hasAncestor(self, ttype): member in Tree 889 def hasAncestor(self, ttype): member in BaseTree
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | treeoutline.js | 765 TreeElement.prototype.hasAncestor = function(ancestor) { method in TreeElement
|
D | ElementsTreeOutline.js | 1068 if (selectedTreeElement && selectedTreeElement.hasAncestor(this)) 1129 …Element && (selectedTreeElement === currentChild || selectedTreeElement.hasAncestor(currentChild)))
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
D | ANTLRCommonTreeTest.m | 334 …STAssertTrue([tree hasAncestor:ANTLRTokenTypeUP], @"Should have an ancestor of type ANTLRTokenType…
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1745 hasAncestor(const internal::Matcher<AncestorT> &AncestorMatcher) { in hasAncestor() function
|