clang  3.7.0
Public Member Functions | Friends | List of all members
clang::format::UnwrappedLineParser Class Reference

#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
 

Detailed Description

Definition at line 61 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

clang::format::UnwrappedLineParser::UnwrappedLineParser ( const FormatStyle Style,
const AdditionalKeywords Keywords,
ArrayRef< FormatToken * >  Tokens,
UnwrappedLineConsumer Callback 
)

Definition at line 202 of file UnwrappedLineParser.cpp.

Member Function Documentation

void clang::format::UnwrappedLineParser::parse ( )

Friends And Related Function Documentation

friend class CompoundStatementIndenter
friend

Definition at line 203 of file UnwrappedLineParser.h.

friend class ScopedLineState
friend

Definition at line 202 of file UnwrappedLineParser.h.


The documentation for this class was generated from the following files: