clang 22.0.0git
clang::format::UnwrappedLineParser Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/UnwrappedLineParser.h"

Public Member Functions

 UnwrappedLineParser (SourceManager &SourceMgr, const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned FirstStartColumn, ArrayRef< FormatToken * > Tokens, UnwrappedLineConsumer &Callback, llvm::SpecificBumpPtrAllocator< FormatToken > &Allocator, IdentifierTable &IdentTable)
void parse ()

Friends

class ScopedLineState
class CompoundStatementIndenter

Detailed Description

Definition at line 101 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

◆ UnwrappedLineParser()

clang::format::UnwrappedLineParser::UnwrappedLineParser ( SourceManager & SourceMgr,
const FormatStyle & Style,
const AdditionalKeywords & Keywords,
unsigned FirstStartColumn,
ArrayRef< FormatToken * > Tokens,
UnwrappedLineConsumer & Callback,
llvm::SpecificBumpPtrAllocator< FormatToken > & Allocator,
IdentifierTable & IdentTable )

Member Function Documentation

◆ parse()

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

◆ CompoundStatementIndenter

friend class CompoundStatementIndenter
friend

Definition at line 419 of file UnwrappedLineParser.h.

References CompoundStatementIndenter.

Referenced by CompoundStatementIndenter.

◆ ScopedLineState

friend class ScopedLineState
friend

Definition at line 418 of file UnwrappedLineParser.h.

References ScopedLineState.

Referenced by ScopedLineState.


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