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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1119     State.Stack.back().StartOfFunctionCall =
 1276       NewParenState.StartOfFunctionCall = State.Column;
 1320   unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall,
 1347                          State.Stack.back().StartOfFunctionCall);
tools/clang/lib/Format/ContinuationIndenter.h
  355     if (StartOfFunctionCall != Other.StartOfFunctionCall)
  355     if (StartOfFunctionCall != Other.StartOfFunctionCall)
  356       return StartOfFunctionCall < Other.StartOfFunctionCall;
  356       return StartOfFunctionCall < Other.StartOfFunctionCall;