|
clang 22.0.0git
|
This file contains the implementation of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines. More...
#include "UnwrappedLineParser.h"#include "FormatToken.h"#include "FormatTokenSource.h"#include "Macros.h"#include "TokenAnnotator.h"#include "clang/Basic/TokenKinds.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_os_ostream.h"#include "llvm/Support/raw_ostream.h"#include <utility>Go to the source code of this file.
Classes | |
| class | clang::format::ScopedLineState |
| class | clang::format::CompoundStatementIndenter |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::format |
Macros | |
| #define | DEBUG_TYPE "format-parser" |
This file contains the implementation of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines.
Definition in file UnwrappedLineParser.cpp.
| #define DEBUG_TYPE "format-parser" |
Definition at line 29 of file UnwrappedLineParser.cpp.