class UnwrappedLineConsumer

Declaration

class UnwrappedLineConsumer { /* full declaration omitted */ };

Declared at: clang/lib/Format/UnwrappedLineParser.h:67

Method Overview

Methods

virtual void consumeUnwrappedLine(
    const clang::format::UnwrappedLine& Line)

Declared at: clang/lib/Format/UnwrappedLineParser.h:70

Parameters

const clang::format::UnwrappedLine& Line

virtual void finishRun()

Declared at: clang/lib/Format/UnwrappedLineParser.h:71

virtual ~UnwrappedLineConsumer()

Declared at: clang/lib/Format/UnwrappedLineParser.h:69