Searched refs:getResultIndex (Results 1 – 4 of 4) sorted by relevance
4321 unsigned getResultIndex() const { in getResultIndex() function4328 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()4329 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
3310 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()3321 gse->getResultIndex()); in stripARCUnbridgedCast()
80 unsigned resultIndex = gse->getResultIndex(); in rebuild()
811 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()