Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp846 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStatePastScopeOpener() local
877 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
H A DContinuationIndenter.h177 unsigned NestedBlockIndent; member