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

Declarations

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

References

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