Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp26 IO.enumCase(Value, "Preserve", IncludeStyle::IBS_Preserve); in enumeration()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h30 IBS_Preserve, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1504 LLVMStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Preserve; in getLLVMStyle()
1762 tooling::IncludeStyle::IBS_Preserve; in getGoogleStyle()
1795 tooling::IncludeStyle::IBS_Preserve; in getChromiumStyle()
3133 Style.IncludeStyle.IncludeBlocks == tooling::IncludeStyle::IBS_Preserve) { in sortCppIncludes()