Lines Matching refs:GenericSelectionExpr
2418 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning()
3202 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer()
3484 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects()
3728 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant()
3729 dyn_cast<GenericSelectionExpr>(this)) { in isNullPointerConstant()
4119 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4144 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4167 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr() function in GenericSelectionExpr
4170 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4178 alignof(GenericSelectionExpr)); in Create()
4179 return new (Mem) GenericSelectionExpr( in Create()
4184 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4192 alignof(GenericSelectionExpr)); in Create()
4193 return new (Mem) GenericSelectionExpr( in Create()
4198 GenericSelectionExpr *
4199 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4203 alignof(GenericSelectionExpr)); in CreateEmpty()
4204 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()