HomeSort by: relevance | last modified time | path
    Searched refs:NestedBlockIndent (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.h 205 NestedBlockIndent(Indent), IsAligned(false),
236 unsigned NestedBlockIndent;
357 if (NestedBlockIndent != Other.NestedBlockIndent)
358 return NestedBlockIndent < Other.NestedBlockIndent;
ContinuationIndenter.cpp 712 State.Stack.back().NestedBlockIndent = State.Column;
819 State.Stack.back().NestedBlockIndent = State.Column;
1002 return State.Stack[State.Stack.size() - 2].NestedBlockIndent;
1234 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent;
1247 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent;
1255 State.Stack.back().NestedBlockIndent =
1450 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall,
1451 State.Stack.back().NestedBlockIndent);
1456 std::min(State.Column, State.Stack.back().NestedBlockIndent);
1473 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1)
    [all...]
UnwrappedLineFormatter.cpp 770 << P.LastSpace << "|" << P.NestedBlockIndent << " ";

Completed in 17 milliseconds