Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h279 friend class ScopedLineState; variable
H A DUnwrappedLineParser.cpp139 class ScopedLineState { class
141 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState() function in clang::format::ScopedLineState
154 ~ScopedLineState() { in ~ScopedLineState()
645 ScopedLineState LineState(*this); in parseChildBlock()
2626 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken()