Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1332 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() local
1365 IncludesInBlock.push_back({IncludeName, Line, Prev, Category}); in sortCppIncludes()
1366 } else if (!IncludesInBlock.empty()) { in sortCppIncludes()
1367 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, in sortCppIncludes()
1369 IncludesInBlock.clear(); in sortCppIncludes()
1378 if (!IncludesInBlock.empty()) in sortCppIncludes()
1379 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor); in sortCppIncludes()