• Home
  • Raw
  • Download

Lines Matching refs:Phrase

68     bool commentHasLength = this->descriptionOut(bmhConst, SkipFirstLine::kYes, Phrase::kNo);  in constOut()
73 if (!this->descriptionOut(bmhConst, SkipFirstLine::kYes, Phrase::kNo)) { in constOut()
83 Phrase phrase) { in descriptionOut()
105 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
157 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
193 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
208 Phrase::kNo)) { in descriptionOut()
225 … wroteSomething |= this->descriptionOut(column, SkipFirstLine::kNo, Phrase::kNo); in descriptionOut()
241 this->rewriteBlock(commentLen, commentStart, Phrase::kNo); in descriptionOut()
253 Phrase defIsPhrase = '\n' == prop->fStart[0] && '\n' == prop->fStart[-1] ? in descriptionOut()
254 Phrase::kNo : Phrase::kYes; in descriptionOut()
255 if (Phrase::kNo == defIsPhrase) { in descriptionOut()
284 defIsPhrase = Phrase::kYes; in descriptionOut()
422 this->rewriteBlock((int) (commentEnd - commentStart), commentStart, Phrase::kNo); in enumHeaderOut()
435 this->rewriteBlock((int) (commentEnd - commentStart), commentStart, Phrase::kNo); in enumHeaderOut()
580 this->rewriteBlock(shortComment.length(), shortComment.c_str(), Phrase::kYes); in enumMemberOut()
852 this->descriptionOut(method, SkipFirstLine::kNo, Phrase::kNo); in methodOut()
880 this->descriptionOut(methodPart, SkipFirstLine::kNo, Phrase::kYes); in methodOut()
907 this->rewriteBlock((int)(commentEnd - commentStart), commentStart, Phrase::kNo); in structOut()
982 this->descriptionOut(*fileInfo, SkipFirstLine::kNo, Phrase::kNo); in firstBlockTrim()
1020 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in structMemberOut()
1048 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in structMemberOut()
1953 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in populate()
1970 this->rewriteBlock(lineDef->length(), lineDef->fContentStart, Phrase::kYes); in populate()
2393 IncludeWriter::Wrote IncludeWriter::rewriteBlock(int size, const char* data, Phrase phrase) { in rewriteBlock()
2410 PunctuationState punctuation = Phrase::kNo == phrase ? in rewriteBlock()