reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
688 State.Stack.back().NestedBlockIndent = State.Column; 777 State.Stack.back().NestedBlockIndent = State.Column; 951 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; 1135 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; 1148 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; 1156 State.Stack.back().NestedBlockIndent = 1321 State.Stack.back().NestedBlockIndent); 1326 std::min(State.Column, State.Stack.back().NestedBlockIndent); 1419 State.Stack.back().NestedBlockIndent = NestedBlockIndent; 1474 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; 1484 State.Stack.back().NestedBlockIndent = NestedBlockIndent; 1565 ? State.Stack.back().NestedBlockIndenttools/clang/lib/Format/ContinuationIndenter.h
337 if (NestedBlockIndent != Other.NestedBlockIndent) 337 if (NestedBlockIndent != Other.NestedBlockIndent) 338 return NestedBlockIndent < Other.NestedBlockIndent; 338 return NestedBlockIndent < Other.NestedBlockIndent;tools/clang/lib/Format/UnwrappedLineFormatter.cpp
719 << P.LastSpace << "|" << P.NestedBlockIndent << " ";