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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  250        Line->Type == LT_ImportStatement))
  570        State.Line->Type == LT_ImportStatement)) {
  845         State.Line->InPPDirective && State.Line->Type != LT_ImportStatement;
 1680   } else if (State.Line->Type != LT_ImportStatement) {
tools/clang/lib/Format/TokenAnnotator.cpp
 1074       return LT_ImportStatement;
 1091       Type = LT_ImportStatement;
 1141       return LT_ImportStatement;
 1148       return LT_ImportStatement;
 1159         return LT_ImportStatement;
 1194       return LT_ImportStatement;
 2027             NextNonCommentLine->Type == LT_ImportStatement))
 3047   if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) {
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1117           (TheLine.Type == LT_ImportStatement &&
 1235        Line.Type == LT_ImportStatement))