|
clang 22.0.0git
|
This file contains FormatTokenLexer, which tokenizes a source file into a token stream suitable for ClangFormat. More...
#include "Encoding.h"#include "FormatToken.h"#include "llvm/ADT/MapVector.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/StringSet.h"#include <stack>Go to the source code of this file.
Classes | |
| class | clang::format::FormatTokenLexer |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::format |
Enumerations | |
| enum | clang::format::LexerState { clang::format::NORMAL , clang::format::TEMPLATE_STRING , clang::format::TOKEN_STASHED } |
This file contains FormatTokenLexer, which tokenizes a source file into a token stream suitable for ClangFormat.
Definition in file FormatTokenLexer.h.