Searched refs:getResultIndex (Results 1 – 4 of 4) sorted by relevance
4431 unsigned getResultIndex() const { in getResultIndex() function4438 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()4439 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
81 unsigned resultIndex = gse->getResultIndex(); in rebuild()
3878 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()3889 gse->getResultIndex()); in stripARCUnbridgedCast()
822 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()