Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DNamespaceEndCommentsFixer.h34 class NamespaceEndCommentsFixer : public TokenAnalyzer {
36 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
H A DNamespaceEndCommentsFixer.cpp131 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env, in NamespaceEndCommentsFixer() function in clang::format::NamespaceEndCommentsFixer
135 std::pair<tooling::Replacements, unsigned> NamespaceEndCommentsFixer::analyze( in analyze()
H A DFormat.cpp2171 return NamespaceEndCommentsFixer(Env, Expanded).process(); in reformat()
2251 return NamespaceEndCommentsFixer(Environment(Code, FileName, Ranges), Style) in fixNamespaceEndComments()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile318 SRCS_EXT+= Format/NamespaceEndCommentsFixer.cpp