Lines Matching refs:gse
138 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild() local
139 assert(!gse->isResultDependent()); in rebuild()
140 unsigned resultIndex = gse->getResultIndex(); in rebuild()
141 unsigned numAssocs = gse->getNumAssocs(); in rebuild()
149 gse->associations()) { in rebuild()
157 if (gse->isExprPredicate()) in rebuild()
159 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
160 assocTypes, assocExprs, gse->getDefaultLoc(), gse->getRParenLoc(), in rebuild()
161 gse->containsUnexpandedParameterPack(), resultIndex); in rebuild()
163 S.Context, gse->getGenericLoc(), gse->getControllingType(), in rebuild()
164 assocTypes, assocExprs, gse->getDefaultLoc(), gse->getRParenLoc(), in rebuild()
165 gse->containsUnexpandedParameterPack(), resultIndex); in rebuild()