Searched refs:getResultIndex (Results 1 – 4 of 4) sorted by relevance
4571 unsigned getResultIndex() const { in getResultIndex() function4578 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()4579 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
140 unsigned resultIndex = gse->getResultIndex(); in rebuild()
4129 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()4140 gse->getResultIndex()); in stripARCUnbridgedCast()
865 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()