Lines Matching refs:CommentPragmasRegex
281 unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const { in getSplit()
307 const llvm::Regex &CommentPragmasRegex) const { in getSplit()
309 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit()
495 unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const { in getSplit()
497 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit()
632 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
633 if (!mayReflow(LineIndex, CommentPragmasRegex)) in getReflowSplit()
740 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in mayReflow()
746 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()
930 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
931 if (!mayReflow(LineIndex, CommentPragmasRegex)) in getReflowSplit()
1039 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in mayReflow()
1051 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()