Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h193 const llvm::Regex &CommentPragmasRegex) const { in getReflowSplit()
H A DUnwrappedLineParser.h227 llvm::Regex CommentPragmasRegex; variable
H A DContinuationIndenter.h197 llvm::Regex CommentPragmasRegex; variable
H A DUnwrappedLineParser.cpp3012 const llvm::Regex &CommentPragmasRegex) { in continuesLineCommentSection()