|
clang 22.0.0git
|
#include "UnwrappedLineFormatter.h"#include "FormatToken.h"#include "NamespaceEndCommentsFixer.h"#include "WhitespaceManager.h"#include "llvm/Support/Debug.h"#include <queue>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::format |
Macros | |
| #define | DEBUG_TYPE "format-formatter" |
Functions | |
| static auto | clang::format::computeNewlines (const AnnotatedLine &Line, const AnnotatedLine *PreviousLine, const AnnotatedLine *PrevPrevLine, const SmallVectorImpl< AnnotatedLine * > &Lines, const FormatStyle &Style) |
| #define DEBUG_TYPE "format-formatter" |
Definition at line 16 of file UnwrappedLineFormatter.cpp.