Lines Matching +defs:clang +defs:format
17 #include "clang/Basic/SourceLocation.h"
18 #include "clang/Basic/SourceManager.h"
19 #include "clang/Format/Format.h"
22 namespace clang {
23 namespace format {
418 NullishCoalescing->Tok.setKind(tok::equal); // no '??=' in clang tokens.
702 // Make no effort to format code within an interpolated or verbatim string.
709 // We opt not to try and format expressions inside {} within a C#
787 // Make no attempt to format code properly if a verbatim string is
1458 } // namespace format
1459 } // namespace clang