Searched refs:NamespaceEndCommentsFixer (Results 1 – 4 of 4) sorted by relevance
33 class NamespaceEndCommentsFixer : public TokenAnalyzer {35 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
277 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env, in NamespaceEndCommentsFixer() function in clang::format::NamespaceEndCommentsFixer281 std::pair<tooling::Replacements, unsigned> NamespaceEndCommentsFixer::analyze( in analyze()
3680 return NamespaceEndCommentsFixer(Env, Expanded).process(); in reformat()3806 return NamespaceEndCommentsFixer(*Env, Style).process().first; in fixNamespaceEndComments()
434 SRCS_EXT+= Format/NamespaceEndCommentsFixer.cpp