Lines Matching refs:enumCase

58     IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp);  in enumeration()
59 IO.enumCase(Value, "Java", FormatStyle::LK_Java); in enumeration()
60 IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript); in enumeration()
61 IO.enumCase(Value, "ObjC", FormatStyle::LK_ObjC); in enumeration()
62 IO.enumCase(Value, "Proto", FormatStyle::LK_Proto); in enumeration()
63 IO.enumCase(Value, "TableGen", FormatStyle::LK_TableGen); in enumeration()
64 IO.enumCase(Value, "TextProto", FormatStyle::LK_TextProto); in enumeration()
65 IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp); in enumeration()
71 IO.enumCase(Value, "c++03", FormatStyle::LS_Cpp03); in enumeration()
72 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
73 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
75 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
76 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
78 IO.enumCase(Value, "c++14", FormatStyle::LS_Cpp14); in enumeration()
79 IO.enumCase(Value, "c++17", FormatStyle::LS_Cpp17); in enumeration()
80 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()
82 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
83 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
84 IO.enumCase(Value, "Auto", FormatStyle::LS_Auto); in enumeration()
90 IO.enumCase(Value, "Never", FormatStyle::UT_Never); in enumeration()
91 IO.enumCase(Value, "false", FormatStyle::UT_Never); in enumeration()
92 IO.enumCase(Value, "Always", FormatStyle::UT_Always); in enumeration()
93 IO.enumCase(Value, "true", FormatStyle::UT_Always); in enumeration()
94 IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation); in enumeration()
95 IO.enumCase(Value, "ForContinuationAndIndentation", in enumeration()
97 IO.enumCase(Value, "AlignWithSpaces", FormatStyle::UT_AlignWithSpaces); in enumeration()
103 IO.enumCase(Value, "Leave", FormatStyle::JSQS_Leave); in enumeration()
104 IO.enumCase(Value, "Single", FormatStyle::JSQS_Single); in enumeration()
105 IO.enumCase(Value, "Double", FormatStyle::JSQS_Double); in enumeration()
111 IO.enumCase(Value, "Never", FormatStyle::SBS_Never); in enumeration()
112 IO.enumCase(Value, "false", FormatStyle::SBS_Never); in enumeration()
113 IO.enumCase(Value, "Always", FormatStyle::SBS_Always); in enumeration()
114 IO.enumCase(Value, "true", FormatStyle::SBS_Always); in enumeration()
115 IO.enumCase(Value, "Empty", FormatStyle::SBS_Empty); in enumeration()
121 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
122 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
123 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
124 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
125 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline); in enumeration()
126 IO.enumCase(Value, "InlineOnly", FormatStyle::SFS_InlineOnly); in enumeration()
127 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
133 IO.enumCase(Value, "Never", FormatStyle::SIS_Never); in enumeration()
134 IO.enumCase(Value, "Always", FormatStyle::SIS_Always); in enumeration()
135 IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse); in enumeration()
138 IO.enumCase(Value, "false", FormatStyle::SIS_Never); in enumeration()
139 IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse); in enumeration()
145 IO.enumCase(Value, "None", FormatStyle::SLS_None); in enumeration()
146 IO.enumCase(Value, "false", FormatStyle::SLS_None); in enumeration()
147 IO.enumCase(Value, "Empty", FormatStyle::SLS_Empty); in enumeration()
148 IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline); in enumeration()
149 IO.enumCase(Value, "All", FormatStyle::SLS_All); in enumeration()
150 IO.enumCase(Value, "true", FormatStyle::SLS_All); in enumeration()
156 IO.enumCase(Value, "Auto", FormatStyle::BPS_Auto); in enumeration()
157 IO.enumCase(Value, "Always", FormatStyle::BPS_Always); in enumeration()
158 IO.enumCase(Value, "Never", FormatStyle::BPS_Never); in enumeration()
164 IO.enumCase(Value, "None", FormatStyle::TCS_None); in enumeration()
165 IO.enumCase(Value, "Wrapped", FormatStyle::TCS_Wrapped); in enumeration()
171 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
172 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
173 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
174 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
175 IO.enumCase(Value, "NonAssignment", FormatStyle::BOS_NonAssignment); in enumeration()
181 IO.enumCase(Value, "Attach", FormatStyle::BS_Attach); in enumeration()
182 IO.enumCase(Value, "Linux", FormatStyle::BS_Linux); in enumeration()
183 IO.enumCase(Value, "Mozilla", FormatStyle::BS_Mozilla); in enumeration()
184 IO.enumCase(Value, "Stroustrup", FormatStyle::BS_Stroustrup); in enumeration()
185 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman); in enumeration()
186 IO.enumCase(Value, "Whitesmiths", FormatStyle::BS_Whitesmiths); in enumeration()
187 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()
188 IO.enumCase(Value, "WebKit", FormatStyle::BS_WebKit); in enumeration()
189 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
199 IO.enumCase(Value, "Never", FormatStyle::BWACS_Never); in enumeration()
200 IO.enumCase(Value, "MultiLine", FormatStyle::BWACS_MultiLine); in enumeration()
201 IO.enumCase(Value, "Always", FormatStyle::BWACS_Always); in enumeration()
204 IO.enumCase(Value, "false", FormatStyle::BWACS_Never); in enumeration()
205 IO.enumCase(Value, "true", FormatStyle::BWACS_Always); in enumeration()
213 IO.enumCase(Value, "BeforeColon", FormatStyle::BCIS_BeforeColon); in enumeration()
214 IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma); in enumeration()
215 IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon); in enumeration()
223 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
224 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
225 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()
232 IO.enumCase(Value, "None", FormatStyle::PPDIS_None); in enumeration()
233 IO.enumCase(Value, "AfterHash", FormatStyle::PPDIS_AfterHash); in enumeration()
234 IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash); in enumeration()
241 IO.enumCase(Value, "AfterExternBlock", FormatStyle::IEBS_AfterExternBlock); in enumeration()
242 IO.enumCase(Value, "Indent", FormatStyle::IEBS_Indent); in enumeration()
243 IO.enumCase(Value, "NoIndent", FormatStyle::IEBS_NoIndent); in enumeration()
244 IO.enumCase(Value, "true", FormatStyle::IEBS_Indent); in enumeration()
245 IO.enumCase(Value, "false", FormatStyle::IEBS_NoIndent); in enumeration()
252 IO.enumCase(Value, "None", FormatStyle::RTBS_None); in enumeration()
253 IO.enumCase(Value, "All", FormatStyle::RTBS_All); in enumeration()
254 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
255 IO.enumCase(Value, "TopLevelDefinitions", in enumeration()
257 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
265 IO.enumCase(Value, "No", FormatStyle::BTDS_No); in enumeration()
266 IO.enumCase(Value, "MultiLine", FormatStyle::BTDS_MultiLine); in enumeration()
267 IO.enumCase(Value, "Yes", FormatStyle::BTDS_Yes); in enumeration()
270 IO.enumCase(Value, "false", FormatStyle::BTDS_MultiLine); in enumeration()
271 IO.enumCase(Value, "true", FormatStyle::BTDS_Yes); in enumeration()
279 IO.enumCase(Value, "None", FormatStyle::DRTBS_None); in enumeration()
280 IO.enumCase(Value, "All", FormatStyle::DRTBS_All); in enumeration()
281 IO.enumCase(Value, "TopLevel", FormatStyle::DRTBS_TopLevel); in enumeration()
284 IO.enumCase(Value, "false", FormatStyle::DRTBS_None); in enumeration()
285 IO.enumCase(Value, "true", FormatStyle::DRTBS_All); in enumeration()
293 IO.enumCase(Value, "None", FormatStyle::NI_None); in enumeration()
294 IO.enumCase(Value, "Inner", FormatStyle::NI_Inner); in enumeration()
295 IO.enumCase(Value, "All", FormatStyle::NI_All); in enumeration()
301 IO.enumCase(Value, "Align", FormatStyle::BAS_Align); in enumeration()
302 IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign); in enumeration()
303 IO.enumCase(Value, "AlwaysBreak", FormatStyle::BAS_AlwaysBreak); in enumeration()
306 IO.enumCase(Value, "true", FormatStyle::BAS_Align); in enumeration()
307 IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign); in enumeration()
315 IO.enumCase(Value, "DontAlign", FormatStyle::ENAS_DontAlign); in enumeration()
316 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
317 IO.enumCase(Value, "Right", FormatStyle::ENAS_Right); in enumeration()
320 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
321 IO.enumCase(Value, "false", FormatStyle::ENAS_Right); in enumeration()
327 IO.enumCase(Value, "DontAlign", FormatStyle::OAS_DontAlign); in enumeration()
328 IO.enumCase(Value, "Align", FormatStyle::OAS_Align); in enumeration()
329 IO.enumCase(Value, "AlignAfterOperator", in enumeration()
333 IO.enumCase(Value, "true", FormatStyle::OAS_Align); in enumeration()
334 IO.enumCase(Value, "false", FormatStyle::OAS_DontAlign); in enumeration()
340 IO.enumCase(Value, "Middle", FormatStyle::PAS_Middle); in enumeration()
341 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
342 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
345 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
346 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
354 IO.enumCase(Value, "Default", FormatStyle::SAPQ_Default); in enumeration()
355 IO.enumCase(Value, "Before", FormatStyle::SAPQ_Before); in enumeration()
356 IO.enumCase(Value, "After", FormatStyle::SAPQ_After); in enumeration()
357 IO.enumCase(Value, "Both", FormatStyle::SAPQ_Both); in enumeration()
365 IO.enumCase(Value, "Never", FormatStyle::SBPO_Never); in enumeration()
366 IO.enumCase(Value, "ControlStatements", in enumeration()
368 IO.enumCase(Value, "ControlStatementsExceptForEachMacros", in enumeration()
370 IO.enumCase(Value, "NonEmptyParentheses", in enumeration()
372 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
375 IO.enumCase(Value, "false", FormatStyle::SBPO_Never); in enumeration()
376 IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements); in enumeration()
384 IO.enumCase(Value, "Both", FormatStyle::BFCS_Both); in enumeration()
385 IO.enumCase(Value, "None", FormatStyle::BFCS_None); in enumeration()
386 IO.enumCase(Value, "Before", FormatStyle::BFCS_Before); in enumeration()
387 IO.enumCase(Value, "After", FormatStyle::BFCS_After); in enumeration()
395 IO.enumCase(Value, "Before", FormatStyle::SJSIO_Before); in enumeration()
396 IO.enumCase(Value, "After", FormatStyle::SJSIO_After); in enumeration()