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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  249       (Line->Type == LT_PreprocessorDirective ||
  569       (State.Line->Type == LT_PreprocessorDirective ||
 1776     if (State.Line->Type == LT_PreprocessorDirective)
tools/clang/lib/Format/TokenAnnotator.cpp
 1060     LineType Type = LT_PreprocessorDirective;
 2026            (NextNonCommentLine->Type == LT_PreprocessorDirective ||
 2658              Left.isIf(Line.Type != LT_PreprocessorDirective) ||
 2667             Line.Type != LT_PreprocessorDirective);
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1234       (Line.Type == LT_PreprocessorDirective ||