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()
494 unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const { in getSplit()
496 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit()
633 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
634 if (!mayReflow(LineIndex, CommentPragmasRegex)) in getReflowSplit()
741 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in mayReflow()
748 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()
904 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
905 if (!mayReflow(LineIndex, CommentPragmasRegex)) in getReflowSplit()
1014 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in mayReflow()
1027 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()