Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp744 StringRef IndentContent = Content[LineIndex]; in mayReflow() local
746 IndentContent = Lines[LineIndex].ltrim(Blanks).substr(1); in mayReflow()
748 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()
1017 StringRef IndentContent = Content[LineIndex]; in mayReflow() local
1019 IndentContent = Lines[LineIndex].substr(2); in mayReflow()
1027 return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) && in mayReflow()
H A DUnwrappedLineParser.cpp3016 StringRef IndentContent = FormatTok.TokenText; in continuesLineCommentSection() local
3019 IndentContent = FormatTok.TokenText.substr(2); in continuesLineCommentSection()
3020 if (CommentPragmasRegex.match(IndentContent)) in continuesLineCommentSection()