Searched refs:ExprNode (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclConvertToDeviceExpression.h95 #define KERNELBROKERCONVERT(CVQual, Res, ExprNode)\
97 struct ConvertToDeviceExpression<CVQual ExprNode<Expr> > \
98 : DeviceConvertor<ExprNode, Res, Expr>{};
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2438 const Expr *ExprNode = Node.getImplicitObjectArgument() local
2440 return (ExprNode != nullptr &&
2441 InnerMatcher.matches(*ExprNode, Finder, Builder));
2559 const Expr *ExprNode = Node.getCallee(); local
2560 return (ExprNode != nullptr &&
2561 InnerMatcher.matches(*ExprNode, Finder, Builder));
2721 const Expr *ExprNode = Node.getImplicitObjectArgument(); local
2722 return (ExprNode != nullptr &&
2723 InnerMatcher.matches(*ExprNode, Finder, Builder));
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp151 const Expr *ExprNode = dyn_cast_or_null<Expr>(StmtNode); local
152 if (ExprNode) {
153 StmtToTraverse = ExprNode->IgnoreParenImpCasts();

Completed in 185 milliseconds