Searched defs:Indenter (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, argument
64 ContinuationIndenter *Indenter; member in class:clang::format::UnwrappedLineFormatter
H A DFormatToken.cpp74 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
129 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
H A DUnwrappedLineFormatter.cpp475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, argument
563 ContinuationIndenter *Indenter; member in class:clang::format::__anon3865::LineFormatter
574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, argument
602 NoLineBreakFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
623 OptimizingLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
[all...]
H A DFormatToken.h451 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
459 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument

Completed in 63 milliseconds