Searched refs:FilterExpr (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XPathGrammar.y | 109 %type <expr> FilterExpr 429 FilterExpr 431 FilterExpr '/' RelativeLocationPath 440 FilterExpr DescendantOrSelf RelativeLocationPath 452 FilterExpr:
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 760 Expr *FilterExpr, in SEHExceptStmt() argument 765 Children[FILTER_EXPR] = reinterpret_cast<Stmt*>(FilterExpr); in SEHExceptStmt() 771 Expr *FilterExpr, in Create() argument 773 return new(C) SEHExceptStmt(Loc,FilterExpr,Block); in Create()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2345 Expr *FilterExpr, in ActOnSEHExceptBlock() argument 2347 assert(FilterExpr && Block); in ActOnSEHExceptBlock() 2349 if(!FilterExpr->getType()->isIntegerType()) { in ActOnSEHExceptBlock() 2350 return StmtError(Diag(FilterExpr->getExprLoc(), in ActOnSEHExceptBlock() 2352 << FilterExpr->getType()); in ActOnSEHExceptBlock() 2355 return Owned(SEHExceptStmt::Create(Context,Loc,FilterExpr,Block)); in ActOnSEHExceptBlock()
|
D | TreeTransform.h | 1289 Expr *FilterExpr, in RebuildSEHExceptStmt() argument 1291 return getSema().ActOnSEHExceptBlock(Loc,FilterExpr,Block); in RebuildSEHExceptStmt() 5697 ExprResult FilterExpr = getDerived().TransformExpr(S->getFilterExpr()); in TransformSEHExceptStmt() local 5698 if(FilterExpr.isInvalid()) return StmtError(); in TransformSEHExceptStmt() 5704 FilterExpr.take(), in TransformSEHExceptStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 394 ExprResult FilterExpr(ParseExpression()); in ParseSEHExceptBlock() local 402 if(FilterExpr.isInvalid()) in ParseSEHExceptBlock() 414 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take()); in ParseSEHExceptBlock()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1278 int filterExprMatch = FilterExpr(); in PathExpr() 1338 protected int FilterExpr() throws javax.xml.transform.TransformerException in FilterExpr() method in XPathParser
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1470 Expr *FilterExpr, 1480 Expr *FilterExpr,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2110 Expr *FilterExpr,
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 50466 "FilterExpr DescendantOrSelf RelativeLocationPath" production.
|
D | ChangeLog-2009-06-16 | 3671 always a node-set (this is not so for FilterExpr production in the spec, but is for us,
|