Searched refs:getResultIndex (Results 1 – 4 of 4) sorted by relevance
4474 unsigned getResultIndex() const { in getResultIndex() function4481 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()4482 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
140 unsigned resultIndex = gse->getResultIndex(); in rebuild()
4178 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()4189 gse->getResultIndex()); in stripARCUnbridgedCast()
877 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()