Lines Matching refs:GenericSelectionExpr
2503 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning()
3299 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer()
3586 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects()
3827 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant()
3828 dyn_cast<GenericSelectionExpr>(this)) { in isNullPointerConstant()
4216 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4241 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4264 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr() function in GenericSelectionExpr
4267 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4275 alignof(GenericSelectionExpr)); in Create()
4276 return new (Mem) GenericSelectionExpr( in Create()
4281 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4289 alignof(GenericSelectionExpr)); in Create()
4290 return new (Mem) GenericSelectionExpr( in Create()
4295 GenericSelectionExpr *
4296 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4300 alignof(GenericSelectionExpr)); in CreateEmpty()
4301 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()