|
LLVM
8.0.1
|
#include "llvm/Support/FormattedStream.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>
Go to the source code of this file.
Functions | |
| static void | UpdatePosition (std::pair< unsigned, unsigned > &Position, const char *Ptr, size_t Size) |
| UpdatePosition - Examine the given char sequence and figure out which column we end up in after output, and how many line breaks are contained. More... | |
|
static |
UpdatePosition - Examine the given char sequence and figure out which column we end up in after output, and how many line breaks are contained.
Definition at line 24 of file FormattedStream.cpp.
1.8.13