Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h119 llvm::Regex MacroBlockBeginRegex; variable
H A DFormatTokenLexer.cpp34 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1018 if (MacroBlockBeginRegex.match(Text)) { in getNextToken()