Lines Matching defs:gse
4558 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) {
4559 assert(!gse->isResultDependent());
4560 assert(!gse->isTypePredicate());
4562 unsigned n = gse->getNumAssocs();
4567 for (const GenericSelectionExpr::Association assoc : gse->associations()) {
4576 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes,
4577 subExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
4578 gse->containsUnexpandedParameterPack(), gse->getResultIndex());