Lines Matching defs:GenericSelectionExpr
2643 return cast<GenericSelectionExpr>(this)->getResultExpr()->
3465 return cast<GenericSelectionExpr>(this)->getResultExpr()
3764 return cast<GenericSelectionExpr>(this)->getResultExpr()->
4018 } else if (const GenericSelectionExpr *GE =
4019 dyn_cast<GenericSelectionExpr>(this)) {
4414 GenericSelectionExpr::GenericSelectionExpr(
4441 GenericSelectionExpr::GenericSelectionExpr(
4469 GenericSelectionExpr::GenericSelectionExpr(
4494 GenericSelectionExpr::GenericSelectionExpr(
4519 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs)
4522 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 *GenericSelectionExpr::Create(
4559 alignof(GenericSelectionExpr));
4560 return new (Mem) GenericSelectionExpr(
4565 GenericSelectionExpr *GenericSelectionExpr::Create(
4573 alignof(GenericSelectionExpr));
4574 return new (Mem) GenericSelectionExpr(
4579 GenericSelectionExpr *
4580 GenericSelectionExpr::CreateEmpty(const ASTContext &Context,
4584 alignof(GenericSelectionExpr));
4585 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs);