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

Declarations

tools/clang/lib/Format/BreakableToken.h
   32 bool switchesFormatting(const FormatToken &Token);

References

tools/clang/lib/Format/BreakableToken.cpp
  719          !switchesFormatting(tokenAt(LineIndex));
  973          !switchesFormatting(tokenAt(LineIndex)) &&
tools/clang/lib/Format/ContinuationIndenter.cpp
 1817         switchesFormatting(Current)) {
 1828         switchesFormatting(Current))