| 134 | } |
| 135 | |
| 136 | std::string get_str_annotation_member_value(AST_Annotation_Appl* appl, |
| 137 | const char* member_name) |
| 138 | { |
| 139 | AST_Expression::AST_ExprValue* const ev = |
| 140 | get_annotation_member_ev(appl, member_name, AST_Expression::EV_string); |
| 141 | return ev->u.strval->get_string(); |
| 142 | } |
| 143 | |
| 144 | // @key ====================================================================== |
| 145 |
no test coverage detected