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