Lines Matching +defs:clang +defs:format
17 #include "clang/Basic/SourceManager.h"
18 #include "clang/Basic/TokenKinds.h"
22 #define DEBUG_TYPE "format-token-annotator"
24 namespace clang {
25 namespace format {
442 #include "clang/Basic/TransformTypeTraits.def"
1838 // We still want to format the whitespace left of the first token of the
2807 // Handle `x = (foo *[[clang::foo]])&v;`:
4233 // which might otherwise be blown up onto many lines. Here, clang-format
4484 // Don't attempt to format operator<(), as it is handled later.
4849 // clang-format-off section).
6375 } // namespace format
6376 } // namespace clang