Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h274 SmallVector<UnwrappedLine, 8> CurrentExpandedLines; variable
H A DUnwrappedLineParser.cpp198 CurrentExpandedLines.clear(); in reset()
4570 CurrentExpandedLines.push_back(std::move(*Line)); in addUnwrappedLine()
4581 ExpandedLines[Reconstructed.Tokens.begin()->Tok] = CurrentExpandedLines; in addUnwrappedLine()
4583 CurrentExpandedLines.clear(); in addUnwrappedLine()