Lines Matching refs:GenericSelectionExpr
2490 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning()
3274 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer()
3557 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects()
3801 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant()
3802 dyn_cast<GenericSelectionExpr>(this)) { in isNullPointerConstant()
4190 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4215 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4238 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr() function in GenericSelectionExpr
4241 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4249 alignof(GenericSelectionExpr)); in Create()
4250 return new (Mem) GenericSelectionExpr( in Create()
4255 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4263 alignof(GenericSelectionExpr)); in Create()
4264 return new (Mem) GenericSelectionExpr( in Create()
4269 GenericSelectionExpr *
4270 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4274 alignof(GenericSelectionExpr)); in CreateEmpty()
4275 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()