HomeSort by relevance Sort by last modified time
    Searched defs:NestedBlockIndent (Results 1 - 2 of 2) 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...]

Completed in 82 milliseconds