Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp105 PreBlockLine = std::move(Parser.Line); in ScopedLineState()
107 Parser.Line->Level = PreBlockLine->Level; in ScopedLineState()
108 Parser.Line->PPLevel = PreBlockLine->PPLevel; in ScopedLineState()
109 Parser.Line->InPPDirective = PreBlockLine->InPPDirective; in ScopedLineState()
110 Parser.Line->InMacroBody = PreBlockLine->InMacroBody; in ScopedLineState()
111 Parser.Line->UnbracedBodyLevel = PreBlockLine->UnbracedBodyLevel; in ScopedLineState()
118 Parser.Line = std::move(PreBlockLine); in ~ScopedLineState()
127 std::unique_ptr<UnwrappedLine> PreBlockLine; member in clang::format::ScopedLineState