Home | History | Annotate | Download | only in api

Lines Matching defs:mComment

236     vector<string> mComment;  // The comments to be included in the header
260 return expandStringVector(mComment, i1, i2, i3, i4, comments);
294 vector<string> mComment;
914 spec->mComment.push_back(s);
1119 spec->getComments(i1, i2, i3, i4, &mComment);
1192 for (size_t ct = 0; ct < mComment.size(); ct++) {
1193 if (!mComment[ct].empty()) {
1194 file << " * " << mComment[ct] << "\n";