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

/external/clang/include/clang/AST/
H A DExpr.h4416 unsigned getResultIndex() const { function in class:clang::StringLiteral::DesignatedInitExpr::ParenListExpr
4423 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); }
4424 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); }

Completed in 1339 milliseconds