Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp126 bool SwitchToPreprocessorLines = false) in ScopedLineState() argument
128 if (SwitchToPreprocessorLines) in ScopedLineState()
1766 bool SwitchToPreprocessorLines = !Line->Tokens.empty(); in readToken() local
1767 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()