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

Methods

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)

Declared at: clang/lib/Format/UnwrappedLineParser.cpp:225

Parameters

clang::format::UnwrappedLineParser* Parser
unsigned int& LineLevel
bool WrapBrace
bool IndentBrace

~CompoundStatementIndenter()

Declared at: clang/lib/Format/UnwrappedLineParser.cpp:233