Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1691 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes() function
1766 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes() function
1816 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, in sortCppIncludes()
1828 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor); in sortCppIncludes()
1999 sortCppIncludes(Style, Code, Ranges, FileName, Replaces, Cursor); in sortIncludes()