Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2108 Expr *getIndexExpr() const { return getTypePtr()->getIndexExpr(); } getIndexExpr() function
H A DExpr.h2531 Expr* getIndexExpr(unsigned Idx) { getIndexExpr() function
2536 const Expr *getIndexExpr(unsigned Idx) const { getIndexExpr() function
H A DExprCXX.h4446 Expr *getIndexExpr() const { return cast<Expr>(SubExprs[1]); } getIndexExpr() function