Home | History | Annotate | Download | only in Sema

Lines Matching defs:DstTy

4056   QualType DstTy = GetTypeFromParser(ParsedDestTy);
4058 if (Context.getTypeSize(DstTy) != Context.getTypeSize(SrcTy))
4061 << DstTy
4064 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc,