Lines Matching refs:comment
170 const String16& comment,
176 const String16& comment);
371 void appendComment(const String16& comment, bool onlyIfEmpty = false);
374 void appendTypeComment(const String16& comment);
409 comment(_comment), ident(_ident) { }
411 comment(o.comment), ident(o.ident) { }
416 comment = o.comment;
422 String16 comment;