Home | History | Annotate | Download | only in Sema

Lines Matching refs:BoolTy

4676                                                Context.BoolTy, VK_RValue,
4679 TheCall = new (Context) CallExpr(Context, Fn, Args, Context.BoolTy,
6575 if (LHSType == Context.BoolTy) {
6592 if (LHSType == Context.BoolTy) {
8441 return Context.BoolTy;
9893 Input = ImpCastExprToType(Input.get(), Context.BoolTy,