public static HLLocalLocation Create(HLLocal pLocal) { HLLocalLocation location = new HLLocalLocation(pLocal.Type); location.mLocal = pLocal; return(location); }
public static HLLocalAddressLocation Create(HLLocal pLocal) { HLLocalAddressLocation location = new HLLocalAddressLocation(HLDomain.GetOrCreateType(MutableModelHelper.GetManagedPointerTypeReference(pLocal.Type.Definition, HLDomain.Host.InternFactory, pLocal.Type.Definition))); location.mLocal = pLocal; return(location); }
public static HLLocalLocation Create(HLLocal pLocal) { HLLocalLocation location = new HLLocalLocation(pLocal.Type); location.mLocal = pLocal; return location; }
public static HLLocalAddressLocation Create(HLLocal pLocal) { HLLocalAddressLocation location = new HLLocalAddressLocation(HLDomain.GetOrCreateType(MutableModelHelper.GetManagedPointerTypeReference(pLocal.Type.Definition, HLDomain.Host.InternFactory, pLocal.Type.Definition))); location.mLocal = pLocal; return location; }