Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp211 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
213 if (SwitchToPreprocessorLines) in ScopedLineState()
4630 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
4631 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()