Searched refs:IncludesInBlock (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | Format.cpp | 1775 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() local 1814 IncludesInBlock.push_back({IncludeName, Line, Prev, Category}); in sortCppIncludes() 1815 } else if (!IncludesInBlock.empty() && !EmptyLineSkipped) { in sortCppIncludes() 1816 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, in sortCppIncludes() 1818 IncludesInBlock.clear(); in sortCppIncludes() 1827 if (!IncludesInBlock.empty()) in sortCppIncludes() 1828 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor); in sortCppIncludes()
|