clang
9.0.0
|
This file implements FormatTokenLexer, which tokenizes a source file into a FormatToken stream suitable for ClangFormat. More...
#include "FormatTokenLexer.h"
#include "FormatToken.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Format/Format.h"
#include "llvm/Support/Regex.h"
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::format | |
This file implements FormatTokenLexer, which tokenizes a source file into a FormatToken stream suitable for ClangFormat.
Definition in file FormatTokenLexer.cpp.