Searched refs:gse (Results 1 – 2 of 2) sorted by relevance
78 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild() local79 assert(!gse->isResultDependent()); in rebuild()80 unsigned resultIndex = gse->getResultIndex(); in rebuild()81 unsigned numAssocs = gse->getNumAssocs(); in rebuild()87 Expr *assoc = gse->getAssocExpr(i); in rebuild()90 assocTypes[i] = gse->getAssocTypeSourceInfo(i); in rebuild()94 gse->getGenericLoc(), in rebuild()95 gse->getControllingExpr(), in rebuild()98 gse->getDefaultLoc(), in rebuild()99 gse->getRParenLoc(), in rebuild()[all …]
3424 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in stripARCUnbridgedCast() local3425 assert(!gse->isResultDependent()); in stripARCUnbridgedCast()3427 unsigned n = gse->getNumAssocs(); in stripARCUnbridgedCast()3431 subTypes[i] = gse->getAssocTypeSourceInfo(i); in stripARCUnbridgedCast()3432 Expr *sub = gse->getAssocExpr(i); in stripARCUnbridgedCast()3433 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()3438 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()3439 gse->getControllingExpr(), in stripARCUnbridgedCast()3441 gse->getDefaultLoc(), in stripARCUnbridgedCast()3442 gse->getRParenLoc(), in stripARCUnbridgedCast()[all …]