Home
last modified time | relevance | path

Searched refs:ApplyChangesSpec (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/tool/
H A DClangApplyReplacementsMain.cpp142 tooling::ApplyChangesSpec Spec; in main()
145 Spec.Format = DoFormat ? tooling::ApplyChangesSpec::kAll in main()
146 : tooling::ApplyChangesSpec::kNone; in main()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h157 struct ApplyChangesSpec { struct
187 const ApplyChangesSpec &Spec); argument
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp108 ApplyChangesSpec::FormatOption Format, in getRangesForFormating()
111 if (Format == ApplyChangesSpec::kNone) in getRangesForFormating()
130 if (Format == ApplyChangesSpec::kAll || in getRangesForFormating()
303 const ApplyChangesSpec &Spec) { in applyAtomicChanges()
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling/
H A DApplyReplacements.h104 const tooling::ApplyChangesSpec &Spec,
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp1304 Spec.Format = ApplyChangesSpec::kAll; in ApplyAtomicChangesTest()
1343 ApplyChangesSpec Spec;
1405 Spec.Format = ApplyChangesSpec::kViolations; in TEST_F()
1420 Spec.Format = ApplyChangesSpec::kViolations; in TEST_F()
1432 Spec.Format = ApplyChangesSpec::kViolations; in TEST_F()
1467 Spec.Format = ApplyChangesSpec::kNone; in TEST_F()
H A DTransformerTest.cpp120 applyAtomicChanges("input.cc", Code, Changes, ApplyChangesSpec()); in rewrite()
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp262 const tooling::ApplyChangesSpec &Spec, in applyChanges()
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DTestSupport.cpp90 tooling::ApplyChangesSpec Spec; in printRewrittenSources()
H A DClangRefactor.cpp483 tooling::ApplyChangesSpec Spec; in applySourceChanges()