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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  684       (Previous.Previous->is(tok::kw_for) || Previous.Previous->isIf())) {
tools/clang/lib/Format/TokenAnnotator.cpp
  196                 Left->Previous->isIf() ||
 2450       (Left.Previous->is(tok::kw_for) || Left.Previous->isIf()))
 2658              Left.isIf(Line.Type != LT_PreprocessorDirective) ||