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.h282 llvm::DenseMap<FormatToken *, SmallVector<UnwrappedLine, 8>> ExpandedLines; variable
H A DUnwrappedLineParser.cpp194 ExpandedLines.clear(); in reset()
227 if (!ExpandedLines.empty()) { in parse()
231 auto it = ExpandedLines.find(Line.Tokens.begin()->Tok); in parse()
232 if (it != ExpandedLines.end()) { in parse()
4601 ExpandedLines[Reconstructed.Tokens.begin()->Tok] = CurrentExpandedLines; in addUnwrappedLine()