Lines Matching defs:gse
4569 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) {
4570 assert(!gse->isResultDependent());
4571 assert(!gse->isTypePredicate());
4573 unsigned n = gse->getNumAssocs();
4578 for (const GenericSelectionExpr::Association assoc : gse->associations()) {
4587 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes,
4588 subExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
4589 gse->containsUnexpandedParameterPack(), gse->getResultIndex());