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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 1124       return LT_Invalid;
 1189         return LT_Invalid;
 2059     Line.Type = LT_Invalid;
 2061   if (Line.Type == LT_Invalid)
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  205     if (I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore)
  593         if (I + 2 == E || I[2]->Type == LT_Invalid)
 1100     if (ShouldFormat && TheLine.Type == LT_Invalid && Status) {
 1106     if (ShouldFormat && TheLine.Type != LT_Invalid) {