Searched refs:EndCommentText (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | NamespaceEndCommentsFixer.cpp | 143 void addEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, in addEndComment() argument 148 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in addEndComment() 155 void updateEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, in updateEndComment() argument 162 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in updateEndComment() 278 const std::string EndCommentText = in analyze() local 284 addEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() 287 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()
|