Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp208 Parser.CurrentLines = OriginalLines; in ~ScopedLineState()
341 CurrentLines = &Lines; in reset()
847 auto Index = CurrentLines->size(); in parseBlock()
873 CurrentLines->empty() in parseBlock()
919 assert(!CurrentLines->empty()); in parseBlock()
920 auto &LastLine = CurrentLines->back(); in parseBlock()
968 CurrentLines->size() - 1; in parseBlock()
1093 size_t Line = CurrentLines->size(); in conditionalCompilationCondition()
4013 if (CurrentLines == &Lines) in addUnwrappedLine()
4025 CurrentLines->push_back(std::move(*Line)); in addUnwrappedLine()
[all …]
H A DUnwrappedLineParser.h250 SmallVectorImpl<UnwrappedLine> *CurrentLines; variable