Searched refs:ExprNode (Results 1 – 3 of 3) sorted by relevance
3595 const Expr *ExprNode = Node.getImplicitObjectArgument() in AST_MATCHER_P() local3597 return (ExprNode != nullptr && in AST_MATCHER_P()3598 InnerMatcher.matches(*ExprNode, Finder, Builder)); in AST_MATCHER_P()3812 const Expr *ExprNode = Node.getCallee(); in AST_MATCHER_P() local3813 return (ExprNode != nullptr && in AST_MATCHER_P()3814 InnerMatcher.matches(*ExprNode, Finder, Builder)); in AST_MATCHER_P()4063 const Expr *ExprNode = Node.getImplicitObjectArgument(); in AST_MATCHER_P() local4064 return (ExprNode != nullptr && in AST_MATCHER_P()4065 InnerMatcher.matches(*ExprNode, Finder, Builder)); in AST_MATCHER_P()
2930 Expr *ExprNode = C->getImplicitObjectArgument(); in IgnoreUnlessSpelledInSource() local2931 if (ExprNode->getSourceRange() == E->getSourceRange()) { in IgnoreUnlessSpelledInSource()2932 return ExprNode; in IgnoreUnlessSpelledInSource()2934 if (auto *PE = dyn_cast<ParenExpr>(ExprNode)) { in IgnoreUnlessSpelledInSource()2939 ExprNode = ExprNode->IgnoreParenImpCasts(); in IgnoreUnlessSpelledInSource()2940 if (ExprNode->getSourceRange() == E->getSourceRange()) in IgnoreUnlessSpelledInSource()2941 return ExprNode; in IgnoreUnlessSpelledInSource()
161 if (auto *ExprNode = dyn_cast_or_null<Expr>(StmtNode)) { in getStmtToTraverse() local168 ExprNode); in getStmtToTraverse()