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.cpp2045 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle() local
2046 NoStyle.DisableFormat = true; in getNoStyle()
2047 NoStyle.SortIncludes = {}; in getNoStyle()
2048 NoStyle.SortUsingDeclarations = FormatStyle::SUD_Never; in getNoStyle()
2049 return NoStyle; in getNoStyle()