clang
10.0.0svn
|
#include "/opt/doxygen-docs/src/llvm/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 75 of file UnwrappedLineParser.h.
clang::format::UnwrappedLineParser::UnwrappedLineParser | ( | const FormatStyle & | Style, |
const AdditionalKeywords & | Keywords, | ||
unsigned | FirstStartColumn, | ||
ArrayRef< FormatToken *> | Tokens, | ||
UnwrappedLineConsumer & | Callback | ||
) |
Definition at line 224 of file UnwrappedLineParser.cpp.
void clang::format::UnwrappedLineParser::parse | ( | ) |
Definition at line 255 of file UnwrappedLineParser.cpp.
|
friend |
Definition at line 278 of file UnwrappedLineParser.h.
|
friend |
Definition at line 277 of file UnwrappedLineParser.h.