Searched refs:EndCommentPrevTok (Results 1 – 1 of 1) sorted by relevance
317 const FormatToken *EndCommentPrevTok = RBraceTok; in analyze() local321 EndCommentPrevTok = RBraceTok->Next; in analyze()334 if (hasEndComment(EndCommentPrevTok)) { in analyze()336 updateEndComment(EndCommentPrevTok, std::string(), SourceMgr, &Fixes); in analyze()350 const FormatToken *EndCommentNextTok = EndCommentPrevTok->Next; in analyze()361 if (!hasEndComment(EndCommentPrevTok)) { in analyze()366 addEndComment(EndCommentPrevTok, in analyze()371 } else if (!validEndComment(EndCommentPrevTok, NamespaceName, in analyze()373 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()