Searched refs:AlwaysReflow (Results 1 – 2 of 2) sorted by relevance
410 if (!AlwaysReflow || CommentPragmasRegex.match(Content[LineIndex])) in getSplit()598 if (!AlwaysReflow || CommentPragmasRegex.match(Content[LineIndex])) in getSplit()845 return LineIndex > 0 && AlwaysReflow && in mayReflow()1149 return LineIndex > 0 && AlwaysReflow && in mayReflow()
387 const bool AlwaysReflow = Style.ReflowComments == FormatStyle::RCS_Always; variable