Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h405 friend class ScopedLineState; variable
H A DUnwrappedLineParser.cpp100 class ScopedLineState { class
102 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState() function in clang::format::ScopedLineState
118 ~ScopedLineState() { in ~ScopedLineState()
989 ScopedLineState LineState(*this); in parseChildBlock()
4870 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()