Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1797 bool SortUsingDeclarations; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp519 IO.mapOptional("SortUsingDeclarations", Style.SortUsingDeclarations); in mapping()
835 LLVMStyle.SortUsingDeclarations = true; in getLLVMStyle()
1129 NoStyle.SortUsingDeclarations = false; in getNoStyle()
2418 if (Style.SortUsingDeclarations) in reformat()