Lines Matching refs:CommentPragmasRegex
281 unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const { in getSplit()
421 const llvm::Regex &CommentPragmasRegex) const { in getSplit()
423 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit()
609 unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const { in getSplit()
611 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit()
744 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
745 if (!mayReflow(LineIndex, CommentPragmasRegex)) in getReflowSplit()
852 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in mayReflow()
858 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()
1042 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
1043 if (!mayReflow(LineIndex, CommentPragmasRegex)) in getReflowSplit()
1151 unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const { in mayReflow()
1163 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()