Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.h130 llvm::Regex MacroBlockBeginRegex; variable
H A DFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1214 if (MacroBlockBeginRegex.match(Text)) in getNextToken()