Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp142 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
144 if (SwitchToPreprocessorLines) in ScopedLineState()
2625 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
2626 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()