Home
last modified time | relevance | path

Searched refs:lhsIsBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2644 bool lhsIsBase() const { return getRHS()->getType()->isIntegerType(); } in lhsIsBase() function
2677 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } in getBase()
2678 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } in getBase()
2680 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx()
2681 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx()