Home
last modified time | relevance | path

Searched defs:NestedBlockIndent (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.cpp932 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local
1035 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
DContinuationIndenter.h175 unsigned NestedBlockIndent; member