Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1942 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle() local
1943 NoStyle.DisableFormat = true; in getNoStyle()
1944 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
1945 NoStyle.SortUsingDeclarations = FormatStyle::SUD_Never; in getNoStyle()
1946 return NoStyle; in getNoStyle()