Searched defs:getIdx (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/AST/
H A DExpr.h2088 /// - 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() { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2116 const Expr *getIdx() const { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr

Completed in 230 milliseconds