HomeSort by: relevance | last modified time | path
    Searched defs:getIdx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagOperands.h 54 unsigned getIdx() const { return Idx; }
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTRecordReader.h 59 unsigned getIdx() const { return Idx; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1022 Expr *getIdx() { return cast<Expr>(SubExprs[IDX_EXPR]); }
1023 const Expr *getIdx() const { return cast<Expr>(SubExprs[IDX_EXPR]); }
Expr.h 2597 /// - getBase() and getIdx() always present the normalized view: A[4].
2598 /// In this case getBase() returns "A" and getIdx() returns "4".
2602 /// predicate the format conversion in getBase and getIdx only on the
2616 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); }
2617 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); }

Completed in 39 milliseconds