Home
last modified time | relevance | path

Searched refs:set_bindName (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h71 void set_bindName(MaybeExpr &&expr) { bindName_ = std::move(expr); } in set_bindName() function
130 void set_bindName(MaybeExpr &&expr) { bindName_ = std::move(expr); } in set_bindName() function
318 void set_bindName(MaybeExpr &&expr) { bindName_ = std::move(expr); } in set_bindName() function
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1509 [&](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()