Searched refs:EndCommentPrevTok (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | NamespaceEndCommentsFixer.cpp | 237 const FormatToken *EndCommentPrevTok = RBraceTok; in analyze() local 241 EndCommentPrevTok = RBraceTok->Next; in analyze() 255 if (hasEndComment(EndCommentPrevTok)) { in analyze() 257 updateEndComment(EndCommentPrevTok, std::string(), SourceMgr, &Fixes); in analyze() 270 const FormatToken *EndCommentNextTok = EndCommentPrevTok->Next; in analyze() 281 if (!hasEndComment(EndCommentPrevTok)) { in analyze() 284 addEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() 285 } else if (!validEndComment(EndCommentPrevTok, NamespaceName, in analyze() 287 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()
|