Searched refs:getResultIndex (Results 1 – 4 of 4) sorted by relevance
4279 unsigned getResultIndex() const { in getResultIndex() function4286 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()4287 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
80 unsigned resultIndex = gse->getResultIndex(); in rebuild()
3187 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()3198 gse->getResultIndex()); in stripARCUnbridgedCast()
743 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()