clang 19.0.0git
Public Member Functions | List of all members
clang::format::CompoundStatementIndenter Class Reference

Public Member Functions

 CompoundStatementIndenter (UnwrappedLineParser *Parser, const FormatStyle &Style, unsigned &LineLevel)
 
 CompoundStatementIndenter (UnwrappedLineParser *Parser, unsigned &LineLevel, bool WrapBrace, bool IndentBrace)
 
 ~CompoundStatementIndenter ()
 

Detailed Description

Definition at line 133 of file UnwrappedLineParser.cpp.

Constructor & Destructor Documentation

◆ CompoundStatementIndenter() [1/2]

clang::format::CompoundStatementIndenter::CompoundStatementIndenter ( UnwrappedLineParser Parser,
const FormatStyle Style,
unsigned LineLevel 
)
inline

Definition at line 135 of file UnwrappedLineParser.cpp.

◆ CompoundStatementIndenter() [2/2]

clang::format::CompoundStatementIndenter::CompoundStatementIndenter ( UnwrappedLineParser Parser,
unsigned LineLevel,
bool  WrapBrace,
bool  IndentBrace 
)
inline

Definition at line 140 of file UnwrappedLineParser.cpp.

◆ ~CompoundStatementIndenter()

clang::format::CompoundStatementIndenter::~CompoundStatementIndenter ( )
inline

Definition at line 148 of file UnwrappedLineParser.cpp.


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