Searched refs:DstFieldLoc (Results 1 – 1 of 1) sorted by relevance
20 StorageLocation *DstFieldLoc, RecordStorageLocation &Dst, in copyField() argument23 (SrcFieldLoc != nullptr && DstFieldLoc != nullptr)); in copyField()27 cast<RecordStorageLocation>(*DstFieldLoc), Env); in copyField()32 Env.setValue(*DstFieldLoc, *Val); in copyField()34 Env.clearValue(*DstFieldLoc); in copyField()39 StorageLocation &DstFieldLoc, Environment &Env) { in copySyntheticField() argument42 cast<RecordStorageLocation>(DstFieldLoc), Env); in copySyntheticField()45 Env.setValue(DstFieldLoc, *Val); in copySyntheticField()47 Env.clearValue(DstFieldLoc); in copySyntheticField()74 for (auto [Field, DstFieldLoc] : Dst.children()) in copyRecord()[all …]