Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1918 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle() local
1919 NoStyle.DisableFormat = true; in getNoStyle()
1920 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
1921 NoStyle.SortUsingDeclarations = FormatStyle::SUD_Never; in getNoStyle()
1922 return NoStyle; in getNoStyle()