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

References

tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  350       *ChangedCode, Spec.Style.ColumnLimit, Spec.Format, AllReplaces);
tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
  140   Spec.Format = DoFormat ? tooling::ApplyChangesSpec::kAll
tools/clang/unittests/Tooling/RefactoringTest.cpp
 1302     Spec.Format = ApplyChangesSpec::kAll;
 1403   Spec.Format = ApplyChangesSpec::kViolations;
 1418   Spec.Format = ApplyChangesSpec::kViolations;
 1430   Spec.Format = ApplyChangesSpec::kViolations;
 1465   Spec.Format = ApplyChangesSpec::kNone;