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

References

tools/clang/lib/Format/AffectedRangeManager.cpp
   95     (*I)->Affected = true;
  125     if (!Tok->Children.empty() && Tok->Children.front()->Affected)
  133   bool LineMoved = PreviousLine && PreviousLine->Affected &&
  139       PreviousLine->Affected && PreviousLine->Last->is(tok::comment);
  144       Lines[Line->MatchingOpeningBlockLineIndex]->Affected;
  148     Line->Affected = true;
tools/clang/lib/Format/Format.cpp
 1266       if (!Line->Affected)
 1483     if (Line->Affected) {
tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  157   if (!Line->Affected || Line->InPPDirective || !Line->startsWith(tok::r_brace))
tools/clang/lib/Format/SortJavaScriptImports.cpp
  305       AnyImportAffected = AnyImportAffected || Line->Affected;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  686     if (B.Affected)
  687       A.Affected = true;
 1097     bool ShouldFormat = TheLine.Affected || FixIndentation;
 1151             StartsNewLine && ((PreviousLine && PreviousLine->Affected) ||
tools/clang/lib/Format/UsingDeclarationsSorter.cpp
  119     if (Declaration.Line->Affected) {