Home
last modified time | relevance | path

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

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