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.cpp3150 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() local
3220 IncludesInBlock.push_back( in sortCppIncludes()
3222 } else if (!IncludesInBlock.empty() && !EmptyLineSkipped) { in sortCppIncludes()
3223 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, in sortCppIncludes()
3225 IncludesInBlock.clear(); in sortCppIncludes()
3239 if (!IncludesInBlock.empty()) { in sortCppIncludes()
3240 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, Replaces, in sortCppIncludes()