Home
last modified time | relevance | path

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

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