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