HomeSort by: relevance | last modified time | path
    Searched refs:NamespaceEndCommentsFixer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
NamespaceEndCommentsFixer.h 1 //===--- NamespaceEndCommentsFixer.h ----------------------------*- C++ -*-===//
10 /// This file declares NamespaceEndCommentsFixer, a TokenAnalyzer that
33 class NamespaceEndCommentsFixer : public TokenAnalyzer {
35 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
NamespaceEndCommentsFixer.cpp 1 //===--- NamespaceEndCommentsFixer.cpp --------------------------*- C++ -*-===//
10 /// This file implements NamespaceEndCommentsFixer, a TokenAnalyzer that
15 #include "NamespaceEndCommentsFixer.h"
196 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env,
200 std::pair<tooling::Replacements, unsigned> NamespaceEndCommentsFixer::analyze(
Format.cpp 21 #include "NamespaceEndCommentsFixer.h"
2791 return NamespaceEndCommentsFixer(Env, Expanded).process();
2877 return NamespaceEndCommentsFixer(Environment(Code, FileName, Ranges), Style)
  /src/external/apache2/llvm/lib/libclangFormat/
Makefile 16 NamespaceEndCommentsFixer.cpp \

Completed in 15 milliseconds