Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3281 bool SortUsingDeclarations; member
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp859 IO.mapOptional("SortUsingDeclarations", Style.SortUsingDeclarations); in mapping()
1339 LLVMStyle.SortUsingDeclarations = true; in getLLVMStyle()
1656 NoStyle.SortUsingDeclarations = false; in getNoStyle()
3286 if (Style.SortUsingDeclarations) { in reformat()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3985 **SortUsingDeclarations** (``Boolean``) :versionbadge:`clang-format 5`
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20074 CHECK_PARSE_BOOL(SortUsingDeclarations); in TEST_F()