Searched refs:NamespaceEndCommentsFixer (Results 1 – 4 of 4) sorted by relevance
34 class NamespaceEndCommentsFixer : public TokenAnalyzer {36 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
131 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env, in NamespaceEndCommentsFixer() function in clang::format::NamespaceEndCommentsFixer135 std::pair<tooling::Replacements, unsigned> NamespaceEndCommentsFixer::analyze( in analyze()
2171 return NamespaceEndCommentsFixer(Env, Expanded).process(); in reformat()2251 return NamespaceEndCommentsFixer(Environment(Code, FileName, Ranges), Style) in fixNamespaceEndComments()
318 SRCS_EXT+= Format/NamespaceEndCommentsFixer.cpp