Lines Matching refs:enumCase
62 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); in enumeration()
63 IO.enumCase(Value, "Java", FormatStyle::LK_Java); in enumeration()
64 IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript); in enumeration()
65 IO.enumCase(Value, "ObjC", FormatStyle::LK_ObjC); in enumeration()
66 IO.enumCase(Value, "Proto", FormatStyle::LK_Proto); in enumeration()
67 IO.enumCase(Value, "TableGen", FormatStyle::LK_TableGen); in enumeration()
68 IO.enumCase(Value, "TextProto", FormatStyle::LK_TextProto); in enumeration()
69 IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp); in enumeration()
70 IO.enumCase(Value, "Json", FormatStyle::LK_Json); in enumeration()
76 IO.enumCase(Value, "c++03", FormatStyle::LS_Cpp03); in enumeration()
77 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
78 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
80 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
81 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
83 IO.enumCase(Value, "c++14", FormatStyle::LS_Cpp14); in enumeration()
84 IO.enumCase(Value, "c++17", FormatStyle::LS_Cpp17); in enumeration()
85 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()
87 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
88 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
89 IO.enumCase(Value, "Auto", FormatStyle::LS_Auto); in enumeration()
97 IO.enumCase(Value, "Signature", FormatStyle::LBI_Signature); in enumeration()
98 IO.enumCase(Value, "OuterScope", FormatStyle::LBI_OuterScope); in enumeration()
104 IO.enumCase(Value, "Never", FormatStyle::UT_Never); in enumeration()
105 IO.enumCase(Value, "false", FormatStyle::UT_Never); in enumeration()
106 IO.enumCase(Value, "Always", FormatStyle::UT_Always); in enumeration()
107 IO.enumCase(Value, "true", FormatStyle::UT_Always); in enumeration()
108 IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation); in enumeration()
109 IO.enumCase(Value, "ForContinuationAndIndentation", in enumeration()
111 IO.enumCase(Value, "AlignWithSpaces", FormatStyle::UT_AlignWithSpaces); in enumeration()
117 IO.enumCase(Value, "Leave", FormatStyle::JSQS_Leave); in enumeration()
118 IO.enumCase(Value, "Single", FormatStyle::JSQS_Single); in enumeration()
119 IO.enumCase(Value, "Double", FormatStyle::JSQS_Double); in enumeration()
125 IO.enumCase(Value, "Never", FormatStyle::SBS_Never); in enumeration()
126 IO.enumCase(Value, "false", FormatStyle::SBS_Never); in enumeration()
127 IO.enumCase(Value, "Always", FormatStyle::SBS_Always); in enumeration()
128 IO.enumCase(Value, "true", FormatStyle::SBS_Always); in enumeration()
129 IO.enumCase(Value, "Empty", FormatStyle::SBS_Empty); in enumeration()
136 IO.enumCase(Value, "Leave", FormatStyle::QAS_Leave); in enumeration()
137 IO.enumCase(Value, "Left", FormatStyle::QAS_Left); in enumeration()
138 IO.enumCase(Value, "Right", FormatStyle::QAS_Right); in enumeration()
139 IO.enumCase(Value, "Custom", FormatStyle::QAS_Custom); in enumeration()
145 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
146 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
147 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
148 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
149 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline); in enumeration()
150 IO.enumCase(Value, "InlineOnly", FormatStyle::SFS_InlineOnly); in enumeration()
151 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
157 IO.enumCase(Value, "None", in enumInput()
162 IO.enumCase(Value, "Consecutive", in enumInput()
167 IO.enumCase(Value, "AcrossEmptyLines", in enumInput()
172 IO.enumCase(Value, "AcrossComments", in enumInput()
178 IO.enumCase(Value, "AcrossEmptyLinesAndComments", in enumInput()
186 IO.enumCase(Value, "true", in enumInput()
191 IO.enumCase(Value, "false", in enumInput()
211 IO.enumCase(Value, "None", FormatStyle::AIAS_None); in enumeration()
212 IO.enumCase(Value, "Left", FormatStyle::AIAS_Left); in enumeration()
213 IO.enumCase(Value, "Right", FormatStyle::AIAS_Right); in enumeration()
219 IO.enumCase(Value, "Never", FormatStyle::SIS_Never); in enumeration()
220 IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse); in enumeration()
221 IO.enumCase(Value, "OnlyFirstIf", FormatStyle::SIS_OnlyFirstIf); in enumeration()
222 IO.enumCase(Value, "AllIfsAndElse", FormatStyle::SIS_AllIfsAndElse); in enumeration()
225 IO.enumCase(Value, "Always", FormatStyle::SIS_OnlyFirstIf); in enumeration()
226 IO.enumCase(Value, "false", FormatStyle::SIS_Never); in enumeration()
227 IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse); in enumeration()
233 IO.enumCase(Value, "None", FormatStyle::SLS_None); in enumeration()
234 IO.enumCase(Value, "false", FormatStyle::SLS_None); in enumeration()
235 IO.enumCase(Value, "Empty", FormatStyle::SLS_Empty); in enumeration()
236 IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline); in enumeration()
237 IO.enumCase(Value, "All", FormatStyle::SLS_All); in enumeration()
238 IO.enumCase(Value, "true", FormatStyle::SLS_All); in enumeration()
244 IO.enumCase(Value, "Auto", FormatStyle::BPS_Auto); in enumeration()
245 IO.enumCase(Value, "Always", FormatStyle::BPS_Always); in enumeration()
246 IO.enumCase(Value, "Never", FormatStyle::BPS_Never); in enumeration()
252 IO.enumCase(Value, "None", FormatStyle::TCS_None); in enumeration()
253 IO.enumCase(Value, "Wrapped", FormatStyle::TCS_Wrapped); in enumeration()
259 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
260 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
261 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
262 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
263 IO.enumCase(Value, "NonAssignment", FormatStyle::BOS_NonAssignment); in enumeration()
269 IO.enumCase(Value, "Attach", FormatStyle::BS_Attach); in enumeration()
270 IO.enumCase(Value, "Linux", FormatStyle::BS_Linux); in enumeration()
271 IO.enumCase(Value, "Mozilla", FormatStyle::BS_Mozilla); in enumeration()
272 IO.enumCase(Value, "Stroustrup", FormatStyle::BS_Stroustrup); in enumeration()
273 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman); in enumeration()
274 IO.enumCase(Value, "Whitesmiths", FormatStyle::BS_Whitesmiths); in enumeration()
275 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()
276 IO.enumCase(Value, "WebKit", FormatStyle::BS_WebKit); in enumeration()
277 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
287 IO.enumCase(Value, "Never", FormatStyle::BWACS_Never); in enumeration()
288 IO.enumCase(Value, "MultiLine", FormatStyle::BWACS_MultiLine); in enumeration()
289 IO.enumCase(Value, "Always", FormatStyle::BWACS_Always); in enumeration()
292 IO.enumCase(Value, "false", FormatStyle::BWACS_Never); in enumeration()
293 IO.enumCase(Value, "true", FormatStyle::BWACS_Always); in enumeration()
302 IO.enumCase(Value, "Never", FormatStyle::BBCDS_Never); in enumeration()
303 IO.enumCase(Value, "Allowed", FormatStyle::BBCDS_Allowed); in enumeration()
304 IO.enumCase(Value, "Always", FormatStyle::BBCDS_Always); in enumeration()
307 IO.enumCase(Value, "true", FormatStyle::BBCDS_Always); in enumeration()
308 IO.enumCase(Value, "false", FormatStyle::BBCDS_Allowed); in enumeration()
316 IO.enumCase(Value, "BeforeColon", FormatStyle::BCIS_BeforeColon); in enumeration()
317 IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma); in enumeration()
318 IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon); in enumeration()
326 IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon); in enumeration()
327 IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma); in enumeration()
328 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()
329 IO.enumCase(Value, "AfterComma", FormatStyle::BILS_AfterComma); in enumeration()
337 IO.enumCase(Value, "Never", FormatStyle::PCIS_Never); in enumeration()
338 IO.enumCase(Value, "BinPack", FormatStyle::PCIS_BinPack); in enumeration()
339 IO.enumCase(Value, "CurrentLine", FormatStyle::PCIS_CurrentLine); in enumeration()
340 IO.enumCase(Value, "NextLine", FormatStyle::PCIS_NextLine); in enumeration()
348 IO.enumCase(Value, "Never", FormatStyle::ELAAMS_Never); in enumeration()
349 IO.enumCase(Value, "Leave", FormatStyle::ELAAMS_Leave); in enumeration()
350 IO.enumCase(Value, "Always", FormatStyle::ELAAMS_Always); in enumeration()
359 IO.enumCase(Value, "Never", FormatStyle::ELBAMS_Never); in enumeration()
360 IO.enumCase(Value, "Leave", FormatStyle::ELBAMS_Leave); in enumeration()
361 IO.enumCase(Value, "LogicalBlock", FormatStyle::ELBAMS_LogicalBlock); in enumeration()
362 IO.enumCase(Value, "Always", FormatStyle::ELBAMS_Always); in enumeration()
369 IO.enumCase(Value, "None", FormatStyle::PPDIS_None); in enumeration()
370 IO.enumCase(Value, "AfterHash", FormatStyle::PPDIS_AfterHash); in enumeration()
371 IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash); in enumeration()
378 IO.enumCase(Value, "AfterExternBlock", FormatStyle::IEBS_AfterExternBlock); in enumeration()
379 IO.enumCase(Value, "Indent", FormatStyle::IEBS_Indent); in enumeration()
380 IO.enumCase(Value, "NoIndent", FormatStyle::IEBS_NoIndent); in enumeration()
381 IO.enumCase(Value, "true", FormatStyle::IEBS_Indent); in enumeration()
382 IO.enumCase(Value, "false", FormatStyle::IEBS_NoIndent); in enumeration()
389 IO.enumCase(Value, "None", FormatStyle::RTBS_None); in enumeration()
390 IO.enumCase(Value, "All", FormatStyle::RTBS_All); in enumeration()
391 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
392 IO.enumCase(Value, "TopLevelDefinitions", in enumeration()
394 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
402 IO.enumCase(Value, "No", FormatStyle::BTDS_No); in enumeration()
403 IO.enumCase(Value, "MultiLine", FormatStyle::BTDS_MultiLine); in enumeration()
404 IO.enumCase(Value, "Yes", FormatStyle::BTDS_Yes); in enumeration()
407 IO.enumCase(Value, "false", FormatStyle::BTDS_MultiLine); in enumeration()
408 IO.enumCase(Value, "true", FormatStyle::BTDS_Yes); in enumeration()
416 IO.enumCase(Value, "None", FormatStyle::DRTBS_None); in enumeration()
417 IO.enumCase(Value, "All", FormatStyle::DRTBS_All); in enumeration()
418 IO.enumCase(Value, "TopLevel", FormatStyle::DRTBS_TopLevel); in enumeration()
421 IO.enumCase(Value, "false", FormatStyle::DRTBS_None); in enumeration()
422 IO.enumCase(Value, "true", FormatStyle::DRTBS_All); in enumeration()
430 IO.enumCase(Value, "None", FormatStyle::NI_None); in enumeration()
431 IO.enumCase(Value, "Inner", FormatStyle::NI_Inner); in enumeration()
432 IO.enumCase(Value, "All", FormatStyle::NI_All); in enumeration()
438 IO.enumCase(Value, "Align", FormatStyle::BAS_Align); in enumeration()
439 IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign); in enumeration()
440 IO.enumCase(Value, "AlwaysBreak", FormatStyle::BAS_AlwaysBreak); in enumeration()
441 IO.enumCase(Value, "BlockIndent", FormatStyle::BAS_BlockIndent); in enumeration()
444 IO.enumCase(Value, "true", FormatStyle::BAS_Align); in enumeration()
445 IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign); in enumeration()
453 IO.enumCase(Value, "DontAlign", FormatStyle::ENAS_DontAlign); in enumeration()
454 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
455 IO.enumCase(Value, "Right", FormatStyle::ENAS_Right); in enumeration()
458 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
459 IO.enumCase(Value, "false", FormatStyle::ENAS_Right); in enumeration()
465 IO.enumCase(Value, "DontAlign", FormatStyle::OAS_DontAlign); in enumeration()
466 IO.enumCase(Value, "Align", FormatStyle::OAS_Align); in enumeration()
467 IO.enumCase(Value, "AlignAfterOperator", in enumeration()
471 IO.enumCase(Value, "true", FormatStyle::OAS_Align); in enumeration()
472 IO.enumCase(Value, "false", FormatStyle::OAS_DontAlign); in enumeration()
478 IO.enumCase(Value, "Middle", FormatStyle::PAS_Middle); in enumeration()
479 IO.enumCase(Value, "Left", FormatStyle::PAS_Left); in enumeration()
480 IO.enumCase(Value, "Right", FormatStyle::PAS_Right); in enumeration()
483 IO.enumCase(Value, "true", FormatStyle::PAS_Left); in enumeration()
484 IO.enumCase(Value, "false", FormatStyle::PAS_Right); in enumeration()
491 IO.enumCase(Value, "Leave", FormatStyle::SDS_Leave); in enumeration()
492 IO.enumCase(Value, "Always", FormatStyle::SDS_Always); in enumeration()
493 IO.enumCase(Value, "Never", FormatStyle::SDS_Never); in enumeration()
501 IO.enumCase(Value, "Default", FormatStyle::SAPQ_Default); in enumeration()
502 IO.enumCase(Value, "Before", FormatStyle::SAPQ_Before); in enumeration()
503 IO.enumCase(Value, "After", FormatStyle::SAPQ_After); in enumeration()
504 IO.enumCase(Value, "Both", FormatStyle::SAPQ_Both); in enumeration()
511 IO.enumCase(Value, "Pointer", FormatStyle::RAS_Pointer); in enumeration()
512 IO.enumCase(Value, "Middle", FormatStyle::RAS_Middle); in enumeration()
513 IO.enumCase(Value, "Left", FormatStyle::RAS_Left); in enumeration()
514 IO.enumCase(Value, "Right", FormatStyle::RAS_Right); in enumeration()
522 IO.enumCase(Value, "OwnLine", FormatStyle::RCPS_OwnLine); in enumeration()
523 IO.enumCase(Value, "WithPreceding", FormatStyle::RCPS_WithPreceding); in enumeration()
524 IO.enumCase(Value, "WithFollowing", FormatStyle::RCPS_WithFollowing); in enumeration()
525 IO.enumCase(Value, "SingleLine", FormatStyle::RCPS_SingleLine); in enumeration()
532 IO.enumCase(Value, "Never", FormatStyle::SBPO_Never); in enumeration()
533 IO.enumCase(Value, "ControlStatements", in enumeration()
535 IO.enumCase(Value, "ControlStatementsExceptControlMacros", in enumeration()
537 IO.enumCase(Value, "NonEmptyParentheses", in enumeration()
539 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
540 IO.enumCase(Value, "Custom", FormatStyle::SBPO_Custom); in enumeration()
543 IO.enumCase(Value, "false", FormatStyle::SBPO_Never); in enumeration()
544 IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements); in enumeration()
545 IO.enumCase(Value, "ControlStatementsExceptForEachMacros", in enumeration()
554 IO.enumCase(Value, "Both", FormatStyle::BFCS_Both); in enumeration()
555 IO.enumCase(Value, "None", FormatStyle::BFCS_None); in enumeration()
556 IO.enumCase(Value, "Before", FormatStyle::BFCS_Before); in enumeration()
557 IO.enumCase(Value, "After", FormatStyle::BFCS_After); in enumeration()
563 IO.enumCase(Value, "Never", FormatStyle::SI_Never); in enumeration()
564 IO.enumCase(Value, "CaseInsensitive", FormatStyle::SI_CaseInsensitive); in enumeration()
565 IO.enumCase(Value, "CaseSensitive", FormatStyle::SI_CaseSensitive); in enumeration()
568 IO.enumCase(Value, "false", FormatStyle::SI_Never); in enumeration()
569 IO.enumCase(Value, "true", FormatStyle::SI_CaseSensitive); in enumeration()
577 IO.enumCase(Value, "Before", FormatStyle::SJSIO_Before); in enumeration()
578 IO.enumCase(Value, "After", FormatStyle::SJSIO_After); in enumeration()
584 IO.enumCase(Value, "Never", FormatStyle::SIAS_Never); in enumeration()
585 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
586 IO.enumCase(Value, "Leave", FormatStyle::SIAS_Leave); in enumeration()
589 IO.enumCase(Value, "false", FormatStyle::SIAS_Never); in enumeration()
590 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()