Lines Matching refs:comment
1413 //printf("Comment of %s: %s\n", String8(e).string(),
1417 //printf("No comment for %s\n", String8(e).string());
1556 //printf("Got attrs symbols! comment %s=%s\n",
1629 String16 comment = symbols->getComment(realClassName);
1631 if (comment.size() > 0) {
1632 String8 cmt(comment);
1663 String16 comment(sym.comment);
1664 if (comment.size() <= 0) {
1665 comment = getAttributeComment(assets, name8);
1667 if (comment.size() > 0) {
1668 const char16_t* p = comment.string();
1681 comment = String16(comment.string(), p-comment.string());
1690 comment).string());
1743 String16 comment(sym.comment);
1745 if (comment.size() <= 0) {
1746 comment = getAttributeComment(assets, name8, &typeComment);
1768 if (comment.size() > 0) {
1769 String8 cmt(comment);
1792 if (comment.size() > 0) {
1855 String16 comment(sym.comment);
1858 if (comment.size() > 0) {
1860 String8 cmt(comment);
1868 sym.sourcePos.warning("No comment for public symbol %s:%s/%s",
1910 String16 comment(sym.comment);
1912 if (comment.size() > 0) {
1913 String8 cmt(comment);
1923 sym.sourcePos.warning("No comment for public symbol %s:%s/%s",