Searched refs:EndCommentText (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | NamespaceEndCommentsFixer.cpp | 85 void addEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, in addEndComment() argument 90 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in addEndComment() 97 void updateEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, in updateEndComment() argument 104 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in updateEndComment() 192 const std::string EndCommentText = in analyze() local 197 addEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() 199 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()
|