|
clang
3.8.0
|
#include <UnwrappedLineParser.h>
Public Member Functions | |
| UnwrappedLineParser (const FormatStyle &Style, const AdditionalKeywords &Keywords, ArrayRef< FormatToken * > Tokens, UnwrappedLineConsumer &Callback) | |
| void | parse () |
Friends | |
| class | ScopedLineState |
| class | CompoundStatementIndenter |
Definition at line 61 of file UnwrappedLineParser.h.
| clang::format::UnwrappedLineParser::UnwrappedLineParser | ( | const FormatStyle & | Style, |
| const AdditionalKeywords & | Keywords, | ||
| ArrayRef< FormatToken * > | Tokens, | ||
| UnwrappedLineConsumer & | Callback | ||
| ) |
Definition at line 200 of file UnwrappedLineParser.cpp.
| void clang::format::UnwrappedLineParser::parse | ( | ) |
Definition at line 220 of file UnwrappedLineParser.cpp.
References clang::format::UnwrappedLineConsumer::consumeUnwrappedLine(), E, clang::format::UnwrappedLineConsumer::finishRun(), I, and TokenSource.
|
friend |
Definition at line 204 of file UnwrappedLineParser.h.
|
friend |
Definition at line 203 of file UnwrappedLineParser.h.
1.8.6