Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp141 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
143 if (SwitchToPreprocessorLines) in ScopedLineState()
2711 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
2712 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()