Home
last modified time | relevance | path

Searched defs:getIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h61 unsigned getIdx() const { return Idx; } in getIdx() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1034 Expr *getIdx() { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
1035 const Expr *getIdx() const { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
H A DExpr.h2759 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx() function
2760 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx() function