Searched defs:ArgumentInfo (Results 1 – 1 of 1) sorted by relevance
323 struct ArgumentInfo { struct324 std::string newAssignmentStatements {};325 ir::Identifier *id1 = nullptr;326 ir::Identifier *id2 = nullptr;327 ir::Identifier *id3 = nullptr;328 ir::Expression *object = nullptr;329 ir::Expression *property = nullptr;330 checker::Type *objType = nullptr;331 checker::Type *propType = nullptr;