Home | History | Annotate | Download | only in AST

Lines Matching refs:getIdx

2129   /// - getBase() and getIdx() always present the normalized view: A[4].
2130 /// In this case getBase() returns "A" and getIdx() returns "4".
2134 /// predicate the format conversion in getBase and getIdx only on the
2153 Expr *getIdx() {
2157 const Expr *getIdx() const {