Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h156 enum FormatOption { kAll, kNone, kViolations }; enum
158 FormatOption Format = kNone;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp109 ApplyChangesSpec::FormatOption Format, in getRangesForFormating()