Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp122 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
124 if (SwitchToPreprocessorLines) in ScopedLineState()
1872 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
1873 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()