Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h285 llvm::DenseMap<FormatToken *, SmallVector<UnwrappedLine, 8>> ExpandedLines; variable
H A DUnwrappedLineParser.cpp188 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()