Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h157 struct ApplyChangesSpec { struct
187 const ApplyChangesSpec &Spec); argument
/freebsd/contrib/llvm-project/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()