Lines Matching refs:extra
235 gather_comments(extra_text_type* extra)
238 while (extra) {
239 if (extra->which == SHORT_COMMENT) {
240 s += extra->data;
242 else if (extra->which == LONG_COMMENT) {
244 s += extra->data;
247 extra = extra->next;
336 decl->comment = gather_comments(method->comments_token->extra);
449 proxy->comment = gather_comments(method->comments_token->extra);
587 interface->comment = gather_comments(iface->comments_token->extra);