Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h202 friend class ScopedLineState; variable
DUnwrappedLineParser.cpp119 class ScopedLineState { class
121 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState() function in clang::format::ScopedLineState
134 ~ScopedLineState() { in ~ScopedLineState()
476 ScopedLineState LineState(*this); in parseChildBlock()
1873 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()