Home
last modified time | relevance | path

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

/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.h1028 Expr *getIdx() { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
1029 const Expr *getIdx() const { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
H A DExpr.h2680 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx() function
2681 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx() function