Searched refs:set_bindName (Results 1 – 2 of 2) sorted by relevance
71 void set_bindName(MaybeExpr &&expr) { bindName_ = std::move(expr); } in set_bindName() function130 void set_bindName(MaybeExpr &&expr) { bindName_ = std::move(expr); } in set_bindName() function318 void set_bindName(MaybeExpr &&expr) { bindName_ = std::move(expr); } in set_bindName() function
1509 [&](EntityDetails &x) { x.set_bindName(std::move(bindName_)); }, in SetBindNameOn()1510 [&](ObjectEntityDetails &x) { x.set_bindName(std::move(bindName_)); }, in SetBindNameOn()1511 [&](ProcEntityDetails &x) { x.set_bindName(std::move(bindName_)); }, in SetBindNameOn()1512 [&](SubprogramDetails &x) { x.set_bindName(std::move(bindName_)); }, in SetBindNameOn()1513 [&](CommonBlockDetails &x) { x.set_bindName(std::move(bindName_)); }, in SetBindNameOn()