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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  459       State.Stack.back().FirstLessLess == 0)
  755       State.Stack.back().FirstLessLess == 0 &&
  990       State.Stack.back().FirstLessLess != 0)
  991     return State.Stack.back().FirstLessLess;
 1092     if (State.Stack.back().FirstLessLess == 0)
 1093       State.Stack.back().FirstLessLess = State.Column;
tools/clang/lib/Format/ContinuationIndenter.h
  339     if (FirstLessLess != Other.FirstLessLess)
  339     if (FirstLessLess != Other.FirstLessLess)
  340       return FirstLessLess < Other.FirstLessLess;
  340       return FirstLessLess < Other.FirstLessLess;