clang
8.0.0
|
#include "/work/www-prereleases/8.0.0/rc4/docsbuild/llvm.src/tools/clang/lib/Format/UnwrappedLineParser.h"
Public Member Functions | |
UnwrappedLineParser (const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned FirstStartColumn, ArrayRef< FormatToken *> Tokens, UnwrappedLineConsumer &Callback) | |
void | parse () |
Friends | |
class | ScopedLineState |
class | CompoundStatementIndenter |
Definition at line 76 of file UnwrappedLineParser.h.
clang::format::UnwrappedLineParser::UnwrappedLineParser | ( | const FormatStyle & | Style, |
const AdditionalKeywords & | Keywords, | ||
unsigned | FirstStartColumn, | ||
ArrayRef< FormatToken *> | Tokens, | ||
UnwrappedLineConsumer & | Callback | ||
) |
Definition at line 220 of file UnwrappedLineParser.cpp.
void clang::format::UnwrappedLineParser::parse | ( | ) |
Definition at line 251 of file UnwrappedLineParser.cpp.
|
friend |
Definition at line 280 of file UnwrappedLineParser.h.
|
friend |
Definition at line 279 of file UnwrappedLineParser.h.