Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1516 bool SortUsingDeclarations; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp447 IO.mapOptional("SortUsingDeclarations", Style.SortUsingDeclarations); in mapping()
718 LLVMStyle.SortUsingDeclarations = true; in getLLVMStyle()
947 NoStyle.SortUsingDeclarations = false; in getNoStyle()
2174 if (Style.SortUsingDeclarations) in reformat()