Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1793 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle() local
1794 NoStyle.DisableFormat = true; in getNoStyle()
1795 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
1796 NoStyle.SortUsingDeclarations = FormatStyle::SUD_Never; in getNoStyle()
1797 return NoStyle; in getNoStyle()