Searched refs:NoStyle (Results 1 – 1 of 1) sorted by relevance
1942 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle() local1943 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()