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

Declarations

tools/clang/lib/Format/TokenAnnotator.h
  182   bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2231         Current->MustBreakBefore || mustBreakBefore(Line, *Current);