Searched refs:gse (Results 1 – 2 of 2) sorted by relevance
79 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild() local80 assert(!gse->isResultDependent()); in rebuild()81 unsigned resultIndex = gse->getResultIndex(); in rebuild()82 unsigned numAssocs = gse->getNumAssocs(); in rebuild()88 Expr *assoc = gse->getAssocExpr(i); in rebuild()91 assocTypes[i] = gse->getAssocTypeSourceInfo(i); in rebuild()95 gse->getGenericLoc(), in rebuild()96 gse->getControllingExpr(), in rebuild()99 gse->getDefaultLoc(), in rebuild()100 gse->getRParenLoc(), in rebuild()[all …]
4118 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in stripARCUnbridgedCast() local4119 assert(!gse->isResultDependent()); in stripARCUnbridgedCast()4121 unsigned n = gse->getNumAssocs(); in stripARCUnbridgedCast()4125 subTypes[i] = gse->getAssocTypeSourceInfo(i); in stripARCUnbridgedCast()4126 Expr *sub = gse->getAssocExpr(i); in stripARCUnbridgedCast()4127 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()4132 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()4133 gse->getControllingExpr(), in stripARCUnbridgedCast()4135 gse->getDefaultLoc(), in stripARCUnbridgedCast()4136 gse->getRParenLoc(), in stripARCUnbridgedCast()[all …]