Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h62 unsigned getIdx() const { return Idx; } in getIdx() function
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1032 Expr *getIdx() { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
1033 const Expr *getIdx() const { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
H A DExpr.h2709 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); } getIdx() function
2710 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); } getIdx() function