Lines Matching +defs:clang +defs:format
19 #include "clang/Basic/OperatorPrecedence.h"
20 #include "clang/Basic/SourceManager.h"
21 #include "clang/Basic/TokenKinds.h"
22 #include "clang/Format/Format.h"
27 #define DEBUG_TYPE "format-indenter"
29 namespace clang {
30 namespace format {
410 // FIXME: This is a temporary workaround for the case where clang-format
1432 // This ensure that we correctly format ObjC methods calls without inputs,
1601 // Add special behavior to support a format commonly used for JavaScript
2403 // /* clang-format on */, we don't want to break it further,
2673 // the position at which we want to format the next line if we do
2845 } // namespace format
2846 } // namespace clang