Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h279 llvm::DenseMap<FormatToken *, SmallVector<UnwrappedLine, 8>> ExpandedLines; variable
H A DUnwrappedLineParser.cpp199 ExpandedLines.clear(); in reset()
232 if (!ExpandedLines.empty()) { in parse()
236 auto it = ExpandedLines.find(Line.Tokens.begin()->Tok); in parse()
237 if (it != ExpandedLines.end()) { in parse()
4581 ExpandedLines[Reconstructed.Tokens.begin()->Tok] = CurrentExpandedLines; in addUnwrappedLine()