HomeSort by relevance Sort by last modified time
    Searched refs:NUM_SUBEXPRS (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Expr.h     [all...]
ExprCXX.h 693 enum { BASE_EXPR, IDX_EXPR, NUM_SUBEXPRS = 2 };
694 Stmt *SubExprs[NUM_SUBEXPRS];
739 return child_range(&SubExprs[0], &SubExprs[0] + NUM_SUBEXPRS);
    [all...]

Completed in 68 milliseconds