Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h155 struct ApplyChangesSpec { struct
185 const ApplyChangesSpec &Spec); argument
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp90 tooling::ApplyChangesSpec Spec; in printRewrittenSources()
H A DClangRefactor.cpp483 tooling::ApplyChangesSpec Spec; in applySourceChanges()