Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp103 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
105 if (SwitchToPreprocessorLines) in ScopedLineState()
4869 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
4870 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()