Searched refs:NUM_SUBEXPRS (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 997 enum { BASE_EXPR, IDX_EXPR, NUM_SUBEXPRS = 2 }; enumerator 999 Stmt *SubExprs[NUM_SUBEXPRS]; 1044 return child_range(&SubExprs[0], &SubExprs[0] + NUM_SUBEXPRS); in children() 1048 return const_child_range(&SubExprs[0], &SubExprs[0] + NUM_SUBEXPRS); in children()
|
| H A D | Expr.h | 4208 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator 4215 Stmt *SubExprs[NUM_SUBEXPRS]; 4278 return child_range(SubExprs, SubExprs + NUM_SUBEXPRS); in children() 4281 return const_child_range(SubExprs, SubExprs + NUM_SUBEXPRS); in children()
|