Lines Matching refs:GenericSelectionExpr
2590 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning()
3386 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer()
3674 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects()
3915 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant()
3916 dyn_cast<GenericSelectionExpr>(this)) { in isNullPointerConstant()
4304 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4329 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4352 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr() function in GenericSelectionExpr
4355 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4363 alignof(GenericSelectionExpr)); in Create()
4364 return new (Mem) GenericSelectionExpr( in Create()
4369 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4377 alignof(GenericSelectionExpr)); in Create()
4378 return new (Mem) GenericSelectionExpr( in Create()
4383 GenericSelectionExpr *
4384 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4388 alignof(GenericSelectionExpr)); in CreateEmpty()
4389 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()