Searched refs:sortCppIncludes (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 2261 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes() function 2361 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes() function 2418 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, in sortCppIncludes() 2435 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, Replaces, in sortCppIncludes() 2619 sortCppIncludes(Style, Code, Ranges, FileName, Replaces, Cursor); in sortIncludes()
|