Home | History | Annotate | Download | only in AST

Lines Matching refs:getIdx

2088   /// - getBase() and getIdx() always present the normalized view: A[4].
2089 /// In this case getBase() returns "A" and getIdx() returns "4".
2093 /// predicate the format conversion in getBase and getIdx only on the
2112 Expr *getIdx() {
2116 const Expr *getIdx() const {