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

  /external/clang/include/clang/AST/
ExprCXX.h 718 Expr *getIdx() { return cast<Expr>(SubExprs[IDX_EXPR]); }
719 const Expr *getIdx() const { return cast<Expr>(SubExprs[IDX_EXPR]); }
    [all...]
Expr.h     [all...]

Completed in 50 milliseconds