Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp345 Replacements HeaderSortingReplacements = format::sortIncludes( in applyAtomicChanges()
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp479 Replacements Replaces = sortIncludes(*FormatStyle, Code->getBuffer(), Ranges, in format()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5042 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3411 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function
3459 return sortIncludes(Style, Code, Ranges, FileName); in formatReplacements()