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

/external/clang/include/clang/AST/
H A DExpr.h2089 /// - getBase() and getIdx() always present the normalized view: A[4].
2090 /// In this case getBase() returns "A" and getIdx() returns "4".
2094 /// predicate the format conversion in getBase and getIdx only on the
2113 Expr *getIdx() { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2117 const Expr *getIdx() const { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr

Completed in 399 milliseconds