Searched refs:ExpandedLines (Results 1 – 2 of 2) sorted by relevance
285 llvm::DenseMap<FormatToken *, SmallVector<UnwrappedLine, 8>> ExpandedLines; variable
188 ExpandedLines.clear(); in reset()221 if (!ExpandedLines.empty()) { in parse()225 auto it = ExpandedLines.find(Line.Tokens.begin()->Tok); in parse()226 if (it != ExpandedLines.end()) { in parse()4465 ExpandedLines[Reconstructed.Tokens.begin()->Tok] = CurrentExpandedLines; in addUnwrappedLine()