reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1343       NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1);
 1343       NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1);
 1419   State.Stack.back().NestedBlockIndent = NestedBlockIndent;