Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp189 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
191 if (SwitchToPreprocessorLines) in ScopedLineState()
4301 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
4302 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()