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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h280 SmallVector<UnwrappedLine, 8> CurrentExpandedLines; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp187 CurrentExpandedLines.clear();
4454 CurrentExpandedLines.push_back(std::move(*Line));
4465 ExpandedLines[Reconstructed.Tokens.begin()->Tok] = CurrentExpandedLines;
4467 CurrentExpandedLines.clear();

Completed in 210 milliseconds