clang API Documentation

Public Member Functions | Friends
clang::format::UnwrappedLineParser Class Reference

#include <UnwrappedLineParser.h>

List of all members.

Public Member Functions

 UnwrappedLineParser (const FormatStyle &Style, const AdditionalKeywords &Keywords, ArrayRef< FormatToken * > Tokens, UnwrappedLineConsumer &Callback)
bool parse ()
 Returns true in case of a structural error.

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 204 of file UnwrappedLineParser.cpp.


Member Function Documentation


Friends And Related Function Documentation

friend class CompoundStatementIndenter [friend]

Definition at line 206 of file UnwrappedLineParser.h.

friend class ScopedLineState [friend]

Definition at line 205 of file UnwrappedLineParser.h.


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