Searched refs:NUM_SUBEXPRS (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 4130 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator 4137 Stmt *SubExprs[NUM_SUBEXPRS]; 4200 return child_range(SubExprs, SubExprs + NUM_SUBEXPRS); in children() 4203 return const_child_range(SubExprs, SubExprs + NUM_SUBEXPRS); in children()
|