Lines Matching defs:GetClone
137 static ir::Identifier *GetClone(ArenaAllocator *allocator, ir::Identifier *node)
191 GetClone(allocator, ident1), GetClone(allocator, ident2),
192 GetClone(allocator, ident1), GetClone(allocator, ident2), right, exprType);
254 id1 = GetClone(allocator, argument->AsIdentifier());
259 id1 = GetClone(allocator, object->AsIdentifier());
267 id2 = GetClone(allocator, property->AsIdentifier());
284 newAssignmentStatements, id1, object, objType, id2, property, propType, GetClone(allocator, id1),
285 GetClone(allocator, id2), GetClone(allocator, id1), GetClone(allocator, id2), argument->TsType());
294 id3, GetClone(allocator, id1), GetClone(allocator, id2),
295 argument->TsType(), GetClone(allocator, id1), GetClone(allocator, id2),
296 GetClone(allocator, id3), argument->TsType(), GetClone(allocator, id3));