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()
3722 return NamespaceEndCommentsFixer(Env, Expanded).process(); in reformat()3848 return NamespaceEndCommentsFixer(*Env, Style).process().first; in fixNamespaceEndComments()
459 SRCS_MIN+= Format/NamespaceEndCommentsFixer.cpp