Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3355 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() local
3439 IncludesInBlock.push_back( in sortCppIncludes()
3441 } else if (!IncludesInBlock.empty() && !EmptyLineSkipped) { in sortCppIncludes()
3442 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, in sortCppIncludes()
3444 IncludesInBlock.clear(); in sortCppIncludes()
3458 if (!IncludesInBlock.empty()) { in sortCppIncludes()
3459 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, Replaces, in sortCppIncludes()