clang API Documentation
#include <UnwrappedLineParser.h>
Public Member Functions | |
virtual | ~UnwrappedLineConsumer () |
virtual void | consumeUnwrappedLine (const UnwrappedLine &Line)=0 |
virtual void | finishRun ()=0 |
Definition at line 52 of file UnwrappedLineParser.h.
virtual clang::format::UnwrappedLineConsumer::~UnwrappedLineConsumer | ( | ) | [inline, virtual] |
Definition at line 54 of file UnwrappedLineParser.h.
virtual void clang::format::UnwrappedLineConsumer::consumeUnwrappedLine | ( | const UnwrappedLine & | Line | ) | [pure virtual] |
Referenced by clang::format::UnwrappedLineParser::parse().
virtual void clang::format::UnwrappedLineConsumer::finishRun | ( | ) | [pure virtual] |
Referenced by clang::format::UnwrappedLineParser::parse().