Lines Matching refs:empty
87 if (briefComment.empty() && comment.size() == 0) { in writeComment()
91 if (!briefComment.empty()) { in writeComment()
102 if (!s.empty()) { in writeComment()
148 if (!name.empty()) { in writeTypeSpecification()
161 if (valueComments.size() > i && !valueComments[i].empty()) { in writeTypeSpecification()
172 if (!name.empty()) { in writeTypeSpecification()
181 if (fieldComments.size() > i && !fieldComments[i].empty()) { in writeTypeSpecification()
243 if (!p->specName.empty() && p->rsType != "...") { in writeFunctionPermutation()
268 if (inlineCodeLines[ct].empty()) { in writeFunctionPermutation()
293 if (!p->documentation.empty()) { in writeFunctionComment()
301 if (!returnDoc.empty()) { in writeFunctionComment()