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 | 840 Expr *FilterExpr, in SEHExceptStmt() argument 845 Children[FILTER_EXPR] = reinterpret_cast<Stmt*>(FilterExpr); in SEHExceptStmt() 851 Expr *FilterExpr, in Create() argument 853 return new(C) SEHExceptStmt(Loc,FilterExpr,Block); in Create()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2622 Expr *FilterExpr, in ActOnSEHExceptBlock() argument 2624 assert(FilterExpr && Block); in ActOnSEHExceptBlock() 2626 if(!FilterExpr->getType()->isIntegerType()) { in ActOnSEHExceptBlock() 2627 return StmtError(Diag(FilterExpr->getExprLoc(), in ActOnSEHExceptBlock() 2629 << FilterExpr->getType()); in ActOnSEHExceptBlock() 2632 return Owned(SEHExceptStmt::Create(Context,Loc,FilterExpr,Block)); in ActOnSEHExceptBlock()
|
D | TreeTransform.h | 1370 Expr *FilterExpr, in RebuildSEHExceptStmt() argument 1372 return getSema().ActOnSEHExceptBlock(Loc,FilterExpr,Block); in RebuildSEHExceptStmt() 6035 ExprResult FilterExpr = getDerived().TransformExpr(S->getFilterExpr()); in TransformSEHExceptStmt() local 6036 if(FilterExpr.isInvalid()) return StmtError(); in TransformSEHExceptStmt() 6042 FilterExpr.take(), in TransformSEHExceptStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 426 ExprResult FilterExpr(ParseExpression()); in ParseSEHExceptBlock() local 434 if(FilterExpr.isInvalid()) in ParseSEHExceptBlock() 445 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 | 1616 Expr *FilterExpr, 1626 Expr *FilterExpr,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2393 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,
|