Lines Matching +defs:clang +defs:format
23 #include "clang/Basic/Diagnostic.h"
24 #include "clang/Basic/DiagnosticOptions.h"
25 #include "clang/Basic/FileManager.h"
26 #include "clang/Basic/SourceManager.h"
27 #include "clang/Format/Format.h"
33 #define DEBUG_TYPE "format-formatter"
35 namespace clang {
36 namespace format {
39 // better way to return errors through the format APIs.
163 } // end namespace format
164 } // end namespace clang