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

/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp77 hasAncestor(cxxRecordDecl(isTemplateInstantiation())),
78 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation())))))));
/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 DASTMatchersTraversalTest.cpp1437 // would need to return false; for hasAncestor, it means that not
1496 functionDecl(decl().bind("x"), hasAncestor(recordDecl(hasName("::A")))),
1503 ifStmt(stmt().bind("x"), hasAncestor(recordDecl(hasName("::A")))),
1558 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A"))))));
1564 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X"))))));
1571 hasAncestor(recordDecl(hasName("A"))))))));
1577 integerLiteral(equals(42), hasAncestor(ifStmt()))));
1583 integerLiteral(equals(42), hasAncestor(functionDecl(hasName("f"))))));
1589 fieldDecl(hasAncestor(recordDecl(hasAncestor(recordDec
[all...]
H A DASTMatchersNarrowingTest.cpp272 // This triggers an hasAncestor with a TemplateArgument in the bound nodes.
277 forEach(fieldDecl(hasAncestor(forStmt()))));
1902 unless(hasAncestor(stmt(hasDescendant(cxxMemberCallExpr(
1918 unless(hasAncestor(stmt(hasDescendant(cxxMemberCallExpr(
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp646 auto decl_under_blink_namespace = decl(hasAncestor(blink_namespace_decl));
658 hasAncestor(decl_has_qualifier_to_blink_namespace)),
674 unless(hasAncestor(recordDecl(
706 unless(hasAncestor(functionDecl(isDefaulted())))));
764 unless(hasAncestor(substNonTypeTemplateParmExpr()))));
807 unless(hasAncestor(substNonTypeTemplateParmExpr()))));
/external/v8/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp295 returnStmt(hasAncestor(id("fn", functionDecl(returns(pointerType()))))));
349 unless(hasAncestor(decl(anyOf(is_logging_helper, is_gtest_helper,
/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/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2377 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
2384 LLVM_ATTRIBUTE_UNUSED hasAncestor = {}; member in namespace:clang::ast_matchers
4298 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation)));
4317 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()),
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp198 REGISTER_MATCHER(hasAncestor);
/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/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/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.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/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 455 milliseconds