Home | History | Annotate | Download | only in Sema

Lines Matching defs:DestTy

2273     QualType DestTy = Context.getPointerType(Context.VoidTy.withConst());
2276 CheckSingleAssignmentConstraints(DestTy, ExprRes);
2280 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))