Searched defs:hasAncestor (Results 1 - 9 of 9) sorted by relevance

/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/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/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.h2084 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
2091 LLVM_ATTRIBUTE_UNUSED hasAncestor = {}; member in namespace:clang::ast_matchers
3716 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation)));
3735 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()),
/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 399 milliseconds