Searched defs:ExprNode (Results 1 – 9 of 9) sorted by relevance
28 bool needParensAfterUnaryOperator(const Expr &ExprNode) { in needParensAfterUnaryOperator()45 const Expr &ExprNode) { in formatDereference()
95 #define KERNELBROKERCONVERT(CVQual, Res, ExprNode)\ argument
55 const SelectionTree::Node *ExprNode; member in clang::clangd::__anon7cb06a760111::ExtractionContext
150 ExprNode() : typeof_(UNKNOWN), struct_type_(NULL), flags_(1 << READ) {} in ExprNode() function
2438 const Expr *ExprNode = Node.getImplicitObjectArgument() in AST_MATCHER_P() local2559 const Expr *ExprNode = Node.getCallee(); in AST_MATCHER_P() local2721 const Expr *ExprNode = Node.getImplicitObjectArgument(); in AST_MATCHER_P() local
151 const Expr *ExprNode = dyn_cast_or_null<Expr>(StmtNode); in TraverseStmt() local
3371 const Expr *ExprNode = Node.getImplicitObjectArgument() in AST_MATCHER_P() local3588 const Expr *ExprNode = Node.getCallee(); in AST_MATCHER_P() local3802 const Expr *ExprNode = Node.getImplicitObjectArgument(); in AST_MATCHER_P() local
161 if (auto *ExprNode = dyn_cast_or_null<Expr>(StmtNode)) { in getStmtToTraverse() local
2848 Expr *ExprNode = C->getImplicitObjectArgument(); in IgnoreUnlessSpelledInSource() local