Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format128 SortUsingDeclarations: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2964 bool SortUsingDeclarations; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp711 IO.mapOptional("SortUsingDeclarations", Style.SortUsingDeclarations); in mapping()
1123 LLVMStyle.SortUsingDeclarations = true; in getLLVMStyle()
1442 NoStyle.SortUsingDeclarations = false; in getNoStyle()
2862 if (Style.SortUsingDeclarations) in reformat()