Home | History | Annotate | Download | only in Sema

Lines Matching defs:DstTy

4454   QualType DstTy = GetTypeFromParser(ParsedDestTy);
4456 if (Context.getTypeSize(DstTy) != Context.getTypeSize(SrcTy))
4459 << DstTy
4462 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc,