HomeSort by relevance Sort by last modified time
    Searched refs:NestedBlockIndent (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.h 152 NestedBlockIndent(Indent), BreakBeforeClosingBrace(false),
175 unsigned NestedBlockIndent;
271 if (NestedBlockIndent != Other.NestedBlockIndent)
272 return NestedBlockIndent < Other.NestedBlockIndent;
ContinuationIndenter.cpp 403 State.Stack.back().NestedBlockIndent = State.Column;
486 State.Stack.back().NestedBlockIndent = State.Column;
621 return State.Stack[State.Stack.size() - 2].NestedBlockIndent;
    [all...]
UnwrappedLineFormatter.cpp 465 llvm::dbgs() << P.Indent << "|" << P.LastSpace << "|" << P.NestedBlockIndent
    [all...]

Completed in 336 milliseconds