Home
last modified time | relevance | path

Searched defs:CommentPragmasRegex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h190 const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
H A DUnwrappedLineParser.h331 llvm::Regex CommentPragmasRegex; variable
H A DContinuationIndenter.h193 llvm::Regex CommentPragmasRegex; variable
H A DUnwrappedLineParser.cpp4642 const llvm::Regex &CommentPragmasRegex) { in continuesLineCommentSection()