Lines Matching defs:GenericSelectionExpr
2620 return cast<GenericSelectionExpr>(this)->getResultExpr()->
3439 return cast<GenericSelectionExpr>(this)->getResultExpr()
3735 return cast<GenericSelectionExpr>(this)->getResultExpr()->
3989 } else if (const GenericSelectionExpr *GE =
3990 dyn_cast<GenericSelectionExpr>(this)) {
4385 GenericSelectionExpr::GenericSelectionExpr(
4412 GenericSelectionExpr::GenericSelectionExpr(
4440 GenericSelectionExpr::GenericSelectionExpr(
4465 GenericSelectionExpr::GenericSelectionExpr(
4490 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs)
4493 GenericSelectionExpr *GenericSelectionExpr::Create(
4501 alignof(GenericSelectionExpr));
4502 return new (Mem) GenericSelectionExpr(
4507 GenericSelectionExpr *GenericSelectionExpr::Create(
4515 alignof(GenericSelectionExpr));
4516 return new (Mem) GenericSelectionExpr(
4521 GenericSelectionExpr *GenericSelectionExpr::Create(
4530 alignof(GenericSelectionExpr));
4531 return new (Mem) GenericSelectionExpr(
4536 GenericSelectionExpr *GenericSelectionExpr::Create(
4544 alignof(GenericSelectionExpr));
4545 return new (Mem) GenericSelectionExpr(
4550 GenericSelectionExpr *
4551 GenericSelectionExpr::CreateEmpty(const ASTContext &Context,
4555 alignof(GenericSelectionExpr));
4556 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs);