Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp142 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
144 if (SwitchToPreprocessorLines) in ScopedLineState()
3219 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
3220 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()