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

References

tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
  173                    const ApplyChangesSpec &Spec);
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  108                       ApplyChangesSpec::FormatOption Format,
  111   if (Format == ApplyChangesSpec::kNone)
  130     if (Format == ApplyChangesSpec::kAll ||
  297                    const ApplyChangesSpec &Spec) {
tools/clang/tools/clang-refactor/ClangRefactor.cpp
  483     tooling::ApplyChangesSpec Spec;
tools/clang/tools/clang-refactor/TestSupport.cpp
   89   tooling::ApplyChangesSpec Spec;
tools/clang/tools/extra/clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
  104              const tooling::ApplyChangesSpec &Spec,
tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
  232              const tooling::ApplyChangesSpec &Spec,
tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
  137   tooling::ApplyChangesSpec Spec;
  140   Spec.Format = DoFormat ? tooling::ApplyChangesSpec::kAll
  141                          : tooling::ApplyChangesSpec::kNone;
tools/clang/unittests/Tooling/RefactoringTest.cpp
 1302     Spec.Format = ApplyChangesSpec::kAll;
 1341   ApplyChangesSpec Spec;
 1403   Spec.Format = ApplyChangesSpec::kViolations;
 1418   Spec.Format = ApplyChangesSpec::kViolations;
 1430   Spec.Format = ApplyChangesSpec::kViolations;
 1465   Spec.Format = ApplyChangesSpec::kNone;