Searched refs:ReflowComments (Results 1 – 7 of 7) sorted by relevance
48 ReflowComments: false
126 ReflowComments: true
387 const bool AlwaysReflow = Style.ReflowComments == FormatStyle::RCS_Always;
2519 if (Style.ReflowComments == FormatStyle::RCS_Never || in createBreakableToken()2540 if (Style.ReflowComments == FormatStyle::RCS_Never || in createBreakableToken()
1153 IO.mapOptional("ReflowComments", Style.ReflowComments); in mapping()1644 LLVMStyle.ReflowComments = FormatStyle::RCS_Always; in getLLVMStyle()
4643 if (Line.Tokens.empty() || Style.ReflowComments != FormatStyle::RCS_Always) in continuesLineCommentSection()
4025 ReflowCommentsStyle ReflowComments; member