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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp131 PreBlockLine = Parser.Line.take();
133 Parser.Line->Level = PreBlockLine->Level;
134 Parser.Line->InPPDirective = PreBlockLine->InPPDirective;
142 Parser.Line.reset(PreBlockLine);
151 UnwrappedLine *PreBlockLine; member in class:clang::format::ScopedLineState

Completed in 45 milliseconds