Lines Matching +defs:clang +defs:format
17 #include "clang/Basic/CharInfo.h"
18 #include "clang/Format/Format.h"
23 #define DEBUG_TYPE "format-token-breaker"
25 namespace clang {
26 namespace format {
223 return Content.starts_with("clang-format on") ||
224 Content.starts_with("clang-format off");
1169 } // namespace format
1170 } // namespace clang