class CompoundStatementIndenter
Declaration
class CompoundStatementIndenter { /* full declaration omitted */ };
Declared at: clang/lib/Format/UnwrappedLineParser.cpp:218
Member Variables
- private unsigned int& LineLevel
- private unsigned int OldLineLevel
Method Overview
- public CompoundStatementIndenter(clang::format::UnwrappedLineParser * Parser, const clang::format::FormatStyle & Style, unsigned int & LineLevel)
- public CompoundStatementIndenter(clang::format::UnwrappedLineParser * Parser, unsigned int & LineLevel, bool WrapBrace, bool IndentBrace)
- public ~CompoundStatementIndenter()
Methods
¶CompoundStatementIndenter(
clang::format::UnwrappedLineParser* Parser,
const clang::format::FormatStyle& Style,
unsigned int& LineLevel)
CompoundStatementIndenter(
clang::format::UnwrappedLineParser* Parser,
const clang::format::FormatStyle& Style,
unsigned int& LineLevel)
Declared at: clang/lib/Format/UnwrappedLineParser.cpp:220
Parameters
- clang::format::UnwrappedLineParser* Parser
- const clang::format::FormatStyle& Style
- unsigned int& LineLevel
¶CompoundStatementIndenter(
clang::format::UnwrappedLineParser* Parser,
unsigned int& LineLevel,
bool WrapBrace,
bool IndentBrace)
CompoundStatementIndenter(
clang::format::UnwrappedLineParser* Parser,
unsigned int& LineLevel,
bool WrapBrace,
bool IndentBrace)
Declared at: clang/lib/Format/UnwrappedLineParser.cpp:225
Parameters
- clang::format::UnwrappedLineParser* Parser
- unsigned int& LineLevel
- bool WrapBrace
- bool IndentBrace
¶~CompoundStatementIndenter()
~CompoundStatementIndenter()
Declared at: clang/lib/Format/UnwrappedLineParser.cpp:233