Home
last modified time | relevance | path

Searched refs:IndentContent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp842 StringRef IndentContent = Content[LineIndex]; in mayReflow() local
844 IndentContent = Lines[LineIndex].ltrim(Blanks).substr(1); in mayReflow()
846 !CommentPragmasRegex.match(IndentContent) && in mayReflow()
1140 StringRef IndentContent = Content[LineIndex]; in mayReflow() local
1142 IndentContent = Lines[LineIndex].substr(2); in mayReflow()
1150 !CommentPragmasRegex.match(IndentContent) && in mayReflow()
H A DUnwrappedLineParser.cpp4646 StringRef IndentContent = FormatTok.TokenText; in continuesLineCommentSection() local
4649 IndentContent = FormatTok.TokenText.substr(2); in continuesLineCommentSection()
4651 if (CommentPragmasRegex.match(IndentContent)) in continuesLineCommentSection()