Lines Matching defs:bindName
2883 const std::string *bindName{symbol.GetBindName()};
2885 symbol.GetIsExplicitBindName() && bindName};
2888 ? *bindName
3255 if (const std::string * bindName{symbol.GetBindName()};
3256 bindName) { // has a binding name
3257 if (!bindName->empty()) {
3258 bool ok{bindName->front() == '_' || parser::IsLetter(bindName->front())};
3259 for (char ch : *bindName) {
3626 !subprogram->bindName() && !subprogram->isInterface()) {
3683 const std::string *bindName1{details1.bindName()};
3684 const std::string *bindName2{details2.bindName()};
3699 *details1.bindName(), *details2.bindName());