Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Refactoring/
HDAtomicChange.cpp345 Replacements HeaderSortingReplacements = format::sortIncludes( in applyAtomicChanges()
/freebsd-head/contrib/llvm-project/clang/tools/clang-format/
HDClangFormat.cpp490 Replacements Replaces = sortIncludes(*FormatStyle, Code->getBuffer(), Ranges, in format()
/freebsd-head/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h5283 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp3454 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function
3502 return sortIncludes(Style, Code, Ranges, FileName); in formatReplacements()