Lines Matching refs:UnwrappedLine
37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState()
52 UnwrappedLine &Line;
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
108 UnwrappedLine &Line;
132 Parser.Line.reset(new UnwrappedLine()); in ScopedLineState()
151 UnwrappedLine *PreBlockLine;
152 SmallVectorImpl<UnwrappedLine> *OriginalLines;
189 : Line(new UnwrappedLine), MustBreakBeforeNextToken(false), in UnwrappedLineParser()
195 Line.reset(new UnwrappedLine); in reset()
220 for (SmallVectorImpl<UnwrappedLine>::iterator I = Lines.begin(), in parse()
1241 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo()
1254 for (SmallVectorImpl<UnwrappedLine>::const_iterator in printDebugInfo()
1274 for (SmallVectorImpl<UnwrappedLine>::iterator in addUnwrappedLine()