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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  306       State.Stack[State.Stack.size() - 2].NestedBlockInlined &&
  865       State.Stack[State.Stack.size() - 2].NestedBlockInlined;
 1174     if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline)
 1177     State.Stack[State.Stack.size() - 2].NestedBlockInlined = false;
 1183     State.Stack.back().NestedBlockInlined =
tools/clang/lib/Format/ContinuationIndenter.h
  367     if (NestedBlockInlined != Other.NestedBlockInlined)
  367     if (NestedBlockInlined != Other.NestedBlockInlined)
  368       return NestedBlockInlined;