Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h332 friend class ScopedLineState; variable
H A DUnwrappedLineParser.cpp186 class ScopedLineState { class
188 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState() function in clang::format::ScopedLineState
201 ~ScopedLineState() { in ~ScopedLineState()
1042 ScopedLineState LineState(*this); in parseChildBlock()
4302 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()