Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2421 SmallVector<IncludeDirective, 16> IncludesInBlock; in sortCppIncludes() local
2464 IncludesInBlock.push_back( in sortCppIncludes()
2466 } else if (!IncludesInBlock.empty() && !EmptyLineSkipped) { in sortCppIncludes()
2467 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, in sortCppIncludes()
2469 IncludesInBlock.clear(); in sortCppIncludes()
2483 if (!IncludesInBlock.empty()) { in sortCppIncludes()
2484 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Code, Replaces, in sortCppIncludes()