Searched refs:AdditionalIndent (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h43 bool DryRun = false, int AdditionalIndent = 0,
H A DUnwrappedLineFormatter.cpp41 int AdditionalIndent)
42 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) {
44 IndentForLevel.push_back(Style.IndentWidth * i + AdditionalIndent);
59 Indent = Line.Level * Style.IndentWidth + AdditionalIndent;
114 const unsigned AdditionalIndent; member in class:clang::format::__anon3865::LevelIndentTracker
520 int AdditionalIndent = State.Stack.back().Indent - local
524 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent,
798 bool DryRun, int AdditionalIndent,
804 &Lines, AdditionalIndent);
39 LevelIndentTracker(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned StartLevel, int AdditionalIndent) argument
797 format(const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, int AdditionalIndent, bool FixBadIndentation) argument
[all...]

Completed in 101 milliseconds