Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:ExprNode

151       const Expr *ExprNode = dyn_cast_or_null<Expr>(StmtNode);
152 if (ExprNode) {
153 StmtToTraverse = ExprNode->IgnoreParenImpCasts();