clang 19.0.0git
clang::format::FormatStyle Member List

This is the complete list of members for clang::format::FormatStyle, including all inherited members.

ABS_Always enum valueclang::format::FormatStyle
ABS_Leave enum valueclang::format::FormatStyle
ABS_Never enum valueclang::format::FormatStyle
AccessModifierOffsetclang::format::FormatStyle
AIAS_Left enum valueclang::format::FormatStyle
AIAS_None enum valueclang::format::FormatStyle
AIAS_Right enum valueclang::format::FormatStyle
AlignAfterOpenBracketclang::format::FormatStyle
AlignArrayOfStructuresclang::format::FormatStyle
AlignConsecutiveAssignmentsclang::format::FormatStyle
AlignConsecutiveBitFieldsclang::format::FormatStyle
AlignConsecutiveDeclarationsclang::format::FormatStyle
AlignConsecutiveMacrosclang::format::FormatStyle
AlignConsecutiveShortCaseStatementsclang::format::FormatStyle
AlignConsecutiveTableGenBreakingDAGArgColonsclang::format::FormatStyle
AlignConsecutiveTableGenCondOperatorColonsclang::format::FormatStyle
AlignConsecutiveTableGenDefinitionColonsclang::format::FormatStyle
AlignEscapedNewlinesclang::format::FormatStyle
AlignOperandsclang::format::FormatStyle
AlignTrailingCommentsclang::format::FormatStyle
AllowAllArgumentsOnNextLineclang::format::FormatStyle
AllowAllParametersOfDeclarationOnNextLineclang::format::FormatStyle
AllowBreakBeforeNoexceptSpecifierclang::format::FormatStyle
AllowShortBlocksOnASingleLineclang::format::FormatStyle
AllowShortCaseLabelsOnASingleLineclang::format::FormatStyle
AllowShortCompoundRequirementOnASingleLineclang::format::FormatStyle
AllowShortEnumsOnASingleLineclang::format::FormatStyle
AllowShortFunctionsOnASingleLineclang::format::FormatStyle
AllowShortIfStatementsOnASingleLineclang::format::FormatStyle
AllowShortLambdasOnASingleLineclang::format::FormatStyle
AllowShortLoopsOnASingleLineclang::format::FormatStyle
AlwaysBreakAfterDefinitionReturnTypeclang::format::FormatStyle
AlwaysBreakBeforeMultilineStringsclang::format::FormatStyle
ArrayInitializerAlignmentStyle enum nameclang::format::FormatStyle
AttributeBreakingStyle enum nameclang::format::FormatStyle
AttributeMacrosclang::format::FormatStyle
BAS_Align enum valueclang::format::FormatStyle
BAS_AlwaysBreak enum valueclang::format::FormatStyle
BAS_BlockIndent enum valueclang::format::FormatStyle
BAS_DontAlign enum valueclang::format::FormatStyle
BBCDS_Allowed enum valueclang::format::FormatStyle
BBCDS_Always enum valueclang::format::FormatStyle
BBCDS_Never enum valueclang::format::FormatStyle
BBIAS_Always enum valueclang::format::FormatStyle
BBIAS_Never enum valueclang::format::FormatStyle
BBIAS_OnlyMultiline enum valueclang::format::FormatStyle
BBNSS_Always enum valueclang::format::FormatStyle
BBNSS_Never enum valueclang::format::FormatStyle
BBNSS_OnlyWithParen enum valueclang::format::FormatStyle
BCIS_AfterColon enum valueclang::format::FormatStyle
BCIS_BeforeColon enum valueclang::format::FormatStyle
BCIS_BeforeComma enum valueclang::format::FormatStyle
BFCS_After enum valueclang::format::FormatStyle
BFCS_Before enum valueclang::format::FormatStyle
BFCS_Both enum valueclang::format::FormatStyle
BFCS_None enum valueclang::format::FormatStyle
BILS_AfterColon enum valueclang::format::FormatStyle
BILS_AfterComma enum valueclang::format::FormatStyle
BILS_BeforeColon enum valueclang::format::FormatStyle
BILS_BeforeComma enum valueclang::format::FormatStyle
BinaryOperatorStyle enum nameclang::format::FormatStyle
BinPackArgumentsclang::format::FormatStyle
BinPackParametersclang::format::FormatStyle
BinPackStyle enum nameclang::format::FormatStyle
BitFieldColonSpacingclang::format::FormatStyle
BitFieldColonSpacingStyle enum nameclang::format::FormatStyle
BOS_All enum valueclang::format::FormatStyle
BOS_NonAssignment enum valueclang::format::FormatStyle
BOS_None enum valueclang::format::FormatStyle
BPS_Always enum valueclang::format::FormatStyle
BPS_Auto enum valueclang::format::FormatStyle
BPS_Never enum valueclang::format::FormatStyle
BraceBreakingStyle enum nameclang::format::FormatStyle
BracedInitializerIndentWidthclang::format::FormatStyle
BraceWrappingclang::format::FormatStyle
BraceWrappingAfterControlStatementStyle enum nameclang::format::FormatStyle
BracketAlignmentStyle enum nameclang::format::FormatStyle
BreakAdjacentStringLiteralsclang::format::FormatStyle
BreakAfterAttributesclang::format::FormatStyle
BreakAfterJavaFieldAnnotationsclang::format::FormatStyle
BreakAfterReturnTypeclang::format::FormatStyle
BreakArraysclang::format::FormatStyle
BreakBeforeBinaryOperatorsclang::format::FormatStyle
BreakBeforeBracesclang::format::FormatStyle
BreakBeforeConceptDeclarationsclang::format::FormatStyle
BreakBeforeConceptDeclarationsStyle enum nameclang::format::FormatStyle
BreakBeforeInlineASMColonclang::format::FormatStyle
BreakBeforeInlineASMColonStyle enum nameclang::format::FormatStyle
BreakBeforeNoexceptSpecifierStyle enum nameclang::format::FormatStyle
BreakBeforeTernaryOperatorsclang::format::FormatStyle
BreakConstructorInitializersclang::format::FormatStyle
BreakConstructorInitializersStyle enum nameclang::format::FormatStyle
BreakFunctionDefinitionParametersclang::format::FormatStyle
BreakInheritanceListclang::format::FormatStyle
BreakInheritanceListStyle enum nameclang::format::FormatStyle
BreakStringLiteralsclang::format::FormatStyle
BreakTemplateDeclarationsclang::format::FormatStyle
BreakTemplateDeclarationsStyle enum nameclang::format::FormatStyle
BS_Allman enum valueclang::format::FormatStyle
BS_Attach enum valueclang::format::FormatStyle
BS_Custom enum valueclang::format::FormatStyle
BS_GNU enum valueclang::format::FormatStyle
BS_Linux enum valueclang::format::FormatStyle
BS_Mozilla enum valueclang::format::FormatStyle
BS_Stroustrup enum valueclang::format::FormatStyle
BS_WebKit enum valueclang::format::FormatStyle
BS_Whitesmiths enum valueclang::format::FormatStyle
BTDS_Leave enum valueclang::format::FormatStyle
BTDS_MultiLine enum valueclang::format::FormatStyle
BTDS_No enum valueclang::format::FormatStyle
BTDS_Yes enum valueclang::format::FormatStyle
BuildStyleSetFromConfiguration(const FormatStyle &MainStyle, const std::vector< FormatStyle > &ConfigurationStyles)clang::format::FormatStylestatic
BWACS_Always enum valueclang::format::FormatStyle
BWACS_MultiLine enum valueclang::format::FormatStyle
BWACS_Never enum valueclang::format::FormatStyle
ColumnLimitclang::format::FormatStyle
CommentPragmasclang::format::FormatStyle
CompactNamespacesclang::format::FormatStyle
ConstructorInitializerIndentWidthclang::format::FormatStyle
ContinuationIndentWidthclang::format::FormatStyle
Cpp11BracedListStyleclang::format::FormatStyle
DAGArgStyle enum nameclang::format::FormatStyle
DAS_BreakAll enum valueclang::format::FormatStyle
DAS_BreakElements enum valueclang::format::FormatStyle
DAS_DontBreak enum valueclang::format::FormatStyle
DefinitionReturnTypeBreakingStyle enum nameclang::format::FormatStyle
DerivePointerAlignmentclang::format::FormatStyle
DisableFormatclang::format::FormatStyle
DRTBS_All enum valueclang::format::FormatStyle
DRTBS_None enum valueclang::format::FormatStyle
DRTBS_TopLevel enum valueclang::format::FormatStyle
ELAAMS_Always enum valueclang::format::FormatStyle
ELAAMS_Leave enum valueclang::format::FormatStyle
ELAAMS_Never enum valueclang::format::FormatStyle
ELBAMS_Always enum valueclang::format::FormatStyle
ELBAMS_Leave enum valueclang::format::FormatStyle
ELBAMS_LogicalBlock enum valueclang::format::FormatStyle
ELBAMS_Never enum valueclang::format::FormatStyle
EmptyLineAfterAccessModifierclang::format::FormatStyle
EmptyLineAfterAccessModifierStyle enum nameclang::format::FormatStyle
EmptyLineBeforeAccessModifierclang::format::FormatStyle
EmptyLineBeforeAccessModifierStyle enum nameclang::format::FormatStyle
ENAS_DontAlign enum valueclang::format::FormatStyle
ENAS_Left enum valueclang::format::FormatStyle
ENAS_Right enum valueclang::format::FormatStyle
EscapedNewlineAlignmentStyle enum nameclang::format::FormatStyle
ExperimentalAutoDetectBinPackingclang::format::FormatStyle
FixNamespaceCommentsclang::format::FormatStyle
ForEachMacrosclang::format::FormatStyle
GetLanguageStyle(LanguageKind Language) constclang::format::FormatStyle
IEBS_AfterExternBlock enum valueclang::format::FormatStyle
IEBS_Indent enum valueclang::format::FormatStyle
IEBS_NoIndent enum valueclang::format::FormatStyle
IfMacrosclang::format::FormatStyle
IncludeStyleclang::format::FormatStyle
IndentAccessModifiersclang::format::FormatStyle
IndentCaseBlocksclang::format::FormatStyle
IndentCaseLabelsclang::format::FormatStyle
IndentExternBlockclang::format::FormatStyle
IndentExternBlockStyle enum nameclang::format::FormatStyle
IndentGotoLabelsclang::format::FormatStyle
IndentPPDirectivesclang::format::FormatStyle
IndentRequiresClauseclang::format::FormatStyle
IndentWidthclang::format::FormatStyle
IndentWrappedFunctionNamesclang::format::FormatStyle
InheritsParentConfigclang::format::FormatStyle
InsertBracesclang::format::FormatStyle
InsertNewlineAtEOFclang::format::FormatStyle
InsertTrailingCommasclang::format::FormatStyle
IntegerLiteralSeparatorclang::format::FormatStyle
isCpp() constclang::format::FormatStyleinline
isCSharp() constclang::format::FormatStyleinline
isJavaScript() constclang::format::FormatStyleinline
isJson() constclang::format::FormatStyleinline
isProto() constclang::format::FormatStyleinline
isTableGen() constclang::format::FormatStyleinline
isVerilog() constclang::format::FormatStyleinline
JavaImportGroupsclang::format::FormatStyle
JavaScriptQuotesclang::format::FormatStyle
JavaScriptQuoteStyle enum nameclang::format::FormatStyle
JavaScriptWrapImportsclang::format::FormatStyle
JSQS_Double enum valueclang::format::FormatStyle
JSQS_Leave enum valueclang::format::FormatStyle
JSQS_Single enum valueclang::format::FormatStyle
KeepEmptyLinesAtEOFclang::format::FormatStyle
KeepEmptyLinesAtTheStartOfBlocksclang::format::FormatStyle
LambdaBodyIndentationclang::format::FormatStyle
LambdaBodyIndentationKind enum nameclang::format::FormatStyle
Languageclang::format::FormatStyle
LanguageKind enum nameclang::format::FormatStyle
LanguageStandard enum nameclang::format::FormatStyle
LBI_OuterScope enum valueclang::format::FormatStyle
LBI_Signature enum valueclang::format::FormatStyle
LE_CRLF enum valueclang::format::FormatStyle
LE_DeriveCRLF enum valueclang::format::FormatStyle
LE_DeriveLF enum valueclang::format::FormatStyle
LE_LF enum valueclang::format::FormatStyle
LineEndingclang::format::FormatStyle
LineEndingStyle enum nameclang::format::FormatStyle
LK_Cpp enum valueclang::format::FormatStyle
LK_CSharp enum valueclang::format::FormatStyle
LK_Java enum valueclang::format::FormatStyle
LK_JavaScript enum valueclang::format::FormatStyle
LK_Json enum valueclang::format::FormatStyle
LK_None enum valueclang::format::FormatStyle
LK_ObjC enum valueclang::format::FormatStyle
LK_Proto enum valueclang::format::FormatStyle
LK_TableGen enum valueclang::format::FormatStyle
LK_TextProto enum valueclang::format::FormatStyle
LK_Verilog enum valueclang::format::FormatStyle
LS_Auto enum valueclang::format::FormatStyle
LS_Cpp03 enum valueclang::format::FormatStyle
LS_Cpp11 enum valueclang::format::FormatStyle
LS_Cpp14 enum valueclang::format::FormatStyle
LS_Cpp17 enum valueclang::format::FormatStyle
LS_Cpp20 enum valueclang::format::FormatStyle
LS_Latest enum valueclang::format::FormatStyle
MacroBlockBeginclang::format::FormatStyle
MacroBlockEndclang::format::FormatStyle
Macrosclang::format::FormatStyle
MaxEmptyLinesToKeepclang::format::FormatStyle
NamespaceIndentationclang::format::FormatStyle
NamespaceIndentationKind enum nameclang::format::FormatStyle
NamespaceMacrosclang::format::FormatStyle
NI_All enum valueclang::format::FormatStyle
NI_Inner enum valueclang::format::FormatStyle
NI_None enum valueclang::format::FormatStyle
OAS_Align enum valueclang::format::FormatStyle
OAS_AlignAfterOperator enum valueclang::format::FormatStyle
OAS_DontAlign enum valueclang::format::FormatStyle
ObjCBinPackProtocolListclang::format::FormatStyle
ObjCBlockIndentWidthclang::format::FormatStyle
ObjCBreakBeforeNestedBlockParamclang::format::FormatStyle
ObjCPropertyAttributeOrderclang::format::FormatStyle
ObjCSpaceAfterPropertyclang::format::FormatStyle
ObjCSpaceBeforeProtocolListclang::format::FormatStyle
OperandAlignmentStyle enum nameclang::format::FormatStyle
operator==(const FormatStyle &R) constclang::format::FormatStyleinline
PackConstructorInitializersclang::format::FormatStyle
PackConstructorInitializersStyle enum nameclang::format::FormatStyle
parseConfigurationclang::format::FormatStylefriend
PAS_Left enum valueclang::format::FormatStyle
PAS_Middle enum valueclang::format::FormatStyle
PAS_Right enum valueclang::format::FormatStyle
PCIS_BinPack enum valueclang::format::FormatStyle
PCIS_CurrentLine enum valueclang::format::FormatStyle
PCIS_Never enum valueclang::format::FormatStyle
PCIS_NextLine enum valueclang::format::FormatStyle
PCIS_NextLineOnly enum valueclang::format::FormatStyle
PenaltyBreakAssignmentclang::format::FormatStyle
PenaltyBreakBeforeFirstCallParameterclang::format::FormatStyle
PenaltyBreakCommentclang::format::FormatStyle
PenaltyBreakFirstLessLessclang::format::FormatStyle
PenaltyBreakOpenParenthesisclang::format::FormatStyle
PenaltyBreakScopeResolutionclang::format::FormatStyle
PenaltyBreakStringclang::format::FormatStyle
PenaltyBreakTemplateDeclarationclang::format::FormatStyle
PenaltyExcessCharacterclang::format::FormatStyle
PenaltyIndentedWhitespaceclang::format::FormatStyle
PenaltyReturnTypeOnItsOwnLineclang::format::FormatStyle
PointerAlignmentclang::format::FormatStyle
PointerAlignmentStyle enum nameclang::format::FormatStyle
PPDirectiveIndentStyle enum nameclang::format::FormatStyle
PPDIS_AfterHash enum valueclang::format::FormatStyle
PPDIS_BeforeHash enum valueclang::format::FormatStyle
PPDIS_None enum valueclang::format::FormatStyle
PPIndentWidthclang::format::FormatStyle
QAS_Custom enum valueclang::format::FormatStyle
QAS_Leave enum valueclang::format::FormatStyle
QAS_Left enum valueclang::format::FormatStyle
QAS_Right enum valueclang::format::FormatStyle
QualifierAlignmentclang::format::FormatStyle
QualifierAlignmentStyle enum nameclang::format::FormatStyle
QualifierOrderclang::format::FormatStyle
RAS_Left enum valueclang::format::FormatStyle
RAS_Middle enum valueclang::format::FormatStyle
RAS_Pointer enum valueclang::format::FormatStyle
RAS_Right enum valueclang::format::FormatStyle
RawStringFormatsclang::format::FormatStyle
RCPS_OwnLine enum valueclang::format::FormatStyle
RCPS_SingleLine enum valueclang::format::FormatStyle
RCPS_WithFollowing enum valueclang::format::FormatStyle
RCPS_WithPreceding enum valueclang::format::FormatStyle
ReferenceAlignmentclang::format::FormatStyle
ReferenceAlignmentStyle enum nameclang::format::FormatStyle
ReflowCommentsclang::format::FormatStyle
REI_Keyword enum valueclang::format::FormatStyle
REI_OuterScope enum valueclang::format::FormatStyle
RemoveBracesLLVMclang::format::FormatStyle
RemoveParenthesesclang::format::FormatStyle
RemoveParenthesesStyle enum nameclang::format::FormatStyle
RemoveSemicolonclang::format::FormatStyle
RequiresClausePositionclang::format::FormatStyle
RequiresClausePositionStyle enum nameclang::format::FormatStyle
RequiresExpressionIndentationclang::format::FormatStyle
RequiresExpressionIndentationKind enum nameclang::format::FormatStyle
ReturnTypeBreakingStyle enum nameclang::format::FormatStyle
RPS_Leave enum valueclang::format::FormatStyle
RPS_MultipleParentheses enum valueclang::format::FormatStyle
RPS_ReturnStatement enum valueclang::format::FormatStyle
RTBS_All enum valueclang::format::FormatStyle
RTBS_AllDefinitions enum valueclang::format::FormatStyle
RTBS_Automatic enum valueclang::format::FormatStyle
RTBS_ExceptShortType enum valueclang::format::FormatStyle
RTBS_None enum valueclang::format::FormatStyle
RTBS_TopLevel enum valueclang::format::FormatStyle
RTBS_TopLevelDefinitions enum valueclang::format::FormatStyle
SAPQ_After enum valueclang::format::FormatStyle
SAPQ_Before enum valueclang::format::FormatStyle
SAPQ_Both enum valueclang::format::FormatStyle
SAPQ_Default enum valueclang::format::FormatStyle
SBPO_Always enum valueclang::format::FormatStyle
SBPO_ControlStatements enum valueclang::format::FormatStyle
SBPO_ControlStatementsExceptControlMacros enum valueclang::format::FormatStyle
SBPO_Custom enum valueclang::format::FormatStyle
SBPO_Never enum valueclang::format::FormatStyle
SBPO_NonEmptyParentheses enum valueclang::format::FormatStyle
SBS_Always enum valueclang::format::FormatStyle
SBS_Empty enum valueclang::format::FormatStyle
SBS_Never enum valueclang::format::FormatStyle
SDS_Always enum valueclang::format::FormatStyle
SDS_Leave enum valueclang::format::FormatStyle
SDS_Never enum valueclang::format::FormatStyle
SeparateDefinitionBlocksclang::format::FormatStyle
SeparateDefinitionStyle enum nameclang::format::FormatStyle
SFS_All enum valueclang::format::FormatStyle
SFS_Empty enum valueclang::format::FormatStyle
SFS_Inline enum valueclang::format::FormatStyle
SFS_InlineOnly enum valueclang::format::FormatStyle
SFS_None enum valueclang::format::FormatStyle
ShortBlockStyle enum nameclang::format::FormatStyle
ShortFunctionStyle enum nameclang::format::FormatStyle
ShortIfStyle enum nameclang::format::FormatStyle
ShortLambdaStyle enum nameclang::format::FormatStyle
ShortNamespaceLinesclang::format::FormatStyle
SI_CaseInsensitive enum valueclang::format::FormatStyle
SI_CaseSensitive enum valueclang::format::FormatStyle
SI_Never enum valueclang::format::FormatStyle
SIAS_Always enum valueclang::format::FormatStyle
SIAS_Leave enum valueclang::format::FormatStyle
SIAS_Never enum valueclang::format::FormatStyle
SIPO_Custom enum valueclang::format::FormatStyle
SIPO_Never enum valueclang::format::FormatStyle
SIS_AllIfsAndElse enum valueclang::format::FormatStyle
SIS_Never enum valueclang::format::FormatStyle
SIS_OnlyFirstIf enum valueclang::format::FormatStyle
SIS_WithoutElse enum valueclang::format::FormatStyle
SJSIO_After enum valueclang::format::FormatStyle
SJSIO_Before enum valueclang::format::FormatStyle
SkipMacroDefinitionBodyclang::format::FormatStyle
SLS_All enum valueclang::format::FormatStyle
SLS_Empty enum valueclang::format::FormatStyle
SLS_Inline enum valueclang::format::FormatStyle
SLS_None enum valueclang::format::FormatStyle
SortIncludesclang::format::FormatStyle
SortIncludesOptions enum nameclang::format::FormatStyle
SortJavaStaticImportclang::format::FormatStyle
SortJavaStaticImportOptions enum nameclang::format::FormatStyle
SortUsingDeclarationsclang::format::FormatStyle
SortUsingDeclarationsOptions enum nameclang::format::FormatStyle
SpaceAfterCStyleCastclang::format::FormatStyle
SpaceAfterLogicalNotclang::format::FormatStyle
SpaceAfterTemplateKeywordclang::format::FormatStyle
SpaceAroundPointerQualifiersclang::format::FormatStyle
SpaceAroundPointerQualifiersStyle enum nameclang::format::FormatStyle
SpaceBeforeAssignmentOperatorsclang::format::FormatStyle
SpaceBeforeCaseColonclang::format::FormatStyle
SpaceBeforeCpp11BracedListclang::format::FormatStyle
SpaceBeforeCtorInitializerColonclang::format::FormatStyle
SpaceBeforeInheritanceColonclang::format::FormatStyle
SpaceBeforeJsonColonclang::format::FormatStyle
SpaceBeforeParensclang::format::FormatStyle
SpaceBeforeParensOptionsclang::format::FormatStyle
SpaceBeforeParensStyle enum nameclang::format::FormatStyle
SpaceBeforeRangeBasedForLoopColonclang::format::FormatStyle
SpaceBeforeSquareBracketsclang::format::FormatStyle
SpaceInEmptyBlockclang::format::FormatStyle
SpacesBeforeTrailingCommentsclang::format::FormatStyle
SpacesInAnglesclang::format::FormatStyle
SpacesInAnglesStyle enum nameclang::format::FormatStyle
SpacesInContainerLiteralsclang::format::FormatStyle
SpacesInLineCommentPrefixclang::format::FormatStyle
SpacesInParensclang::format::FormatStyle
SpacesInParensOptionsclang::format::FormatStyle
SpacesInParensStyle enum nameclang::format::FormatStyle
SpacesInSquareBracketsclang::format::FormatStyle
Standardclang::format::FormatStyle
StatementAttributeLikeMacrosclang::format::FormatStyle
StatementMacrosclang::format::FormatStyle
SUD_Lexicographic enum valueclang::format::FormatStyle
SUD_LexicographicNumeric enum valueclang::format::FormatStyle
SUD_Never enum valueclang::format::FormatStyle
TableGenBreakingDAGArgOperatorsclang::format::FormatStyle
TableGenBreakInsideDAGArgclang::format::FormatStyle
TabWidthclang::format::FormatStyle
TCAS_Always enum valueclang::format::FormatStyle
TCAS_Leave enum valueclang::format::FormatStyle
TCAS_Never enum valueclang::format::FormatStyle
TCS_None enum valueclang::format::FormatStyle
TCS_Wrapped enum valueclang::format::FormatStyle
TrailingCommaStyle enum nameclang::format::FormatStyle
TrailingCommentsAlignmentKinds enum nameclang::format::FormatStyle
TypenameMacrosclang::format::FormatStyle
TypeNamesclang::format::FormatStyle
UseTabclang::format::FormatStyle
UseTabStyle enum nameclang::format::FormatStyle
UT_AlignWithSpaces enum valueclang::format::FormatStyle
UT_Always enum valueclang::format::FormatStyle
UT_ForContinuationAndIndentation enum valueclang::format::FormatStyle
UT_ForIndentation enum valueclang::format::FormatStyle
UT_Never enum valueclang::format::FormatStyle
VerilogBreakBetweenInstancePortsclang::format::FormatStyle
WhitespaceSensitiveMacrosclang::format::FormatStyle