Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1804 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortIncludes() local
1858 IncludesInBlock.push_back({IncludeName, Line, Prev, Category}); in sortIncludes()
1859 } else if (!IncludesInBlock.empty()) { in sortIncludes()
1860 sortIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, in sortIncludes()
1862 IncludesInBlock.clear(); in sortIncludes()
1871 if (!IncludesInBlock.empty()) in sortIncludes()
1872 sortIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor); in sortIncludes()