Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h207 friend class ScopedLineState; variable
DUnwrappedLineParser.cpp123 class ScopedLineState { class
125 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState() function in clang::format::ScopedLineState
138 ~ScopedLineState() { in ~ScopedLineState()
460 ScopedLineState LineState(*this); in parseChildBlock()
1767 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()