Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h409 friend class ScopedLineState; variable
H A DUnwrappedLineParser.cpp93 class ScopedLineState { class
95 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState() function in clang::format::ScopedLineState
110 ~ScopedLineState() { in ~ScopedLineState()
978 ScopedLineState LineState(*this); in parseChildBlock()
4755 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()