Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3244 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes() function
3345 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes() function
3442 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, in sortCppIncludes()
3459 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, Replaces, in sortCppIncludes()
3647 sortCppIncludes(Style, Code, Ranges, FileName, Replaces, Cursor); in sortIncludes()