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

/external/clang/lib/Format/
H A DFormat.cpp1216 static void sortCppIncludes(const FormatStyle &Style, function in namespace:clang::format
1323 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code,
1367 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces,
1379 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor);
1391 sortCppIncludes(Style, Code, Ranges, FileName, Replaces, Cursor);

Completed in 144 milliseconds