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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h233 unsigned NestedBlockIndent; member in struct:clang::format::ParenState
H A DContinuationIndenter.cpp1320 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, local
1474 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; local
[all...]

Completed in 163 milliseconds