Home
last modified time | relevance | path

Searched refs:NamespaceEndCommentsFixer (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.h33 class NamespaceEndCommentsFixer : public TokenAnalyzer {
35 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
H A DNamespaceEndCommentsFixer.cpp277 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env, in NamespaceEndCommentsFixer() function in clang::format::NamespaceEndCommentsFixer
281 std::pair<tooling::Replacements, unsigned> NamespaceEndCommentsFixer::analyze( in analyze()
H A DFormat.cpp3722 return NamespaceEndCommentsFixer(Env, Expanded).process(); in reformat()
3848 return NamespaceEndCommentsFixer(*Env, Style).process().first; in fixNamespaceEndComments()
/src/lib/clang/libclang/
H A DMakefile459 SRCS_MIN+= Format/NamespaceEndCommentsFixer.cpp