Searched defs:PreviousLine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Format/ |
H A D | AffectedRangeManager.cpp | 27 const AnnotatedLine *PreviousLine = nullptr; in computeAffectedLines() local 102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected() argument
|
H A D | UnwrappedLineFormatter.cpp | 281 const auto *PreviousLine = I != AnnotatedLines.begin() ? I[-1] : nullptr; in tryFitMultipleLinesInOne() local 1350 const AnnotatedLine *PreviousLine = nullptr; format() local 1461 computeNewlines(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,const FormatStyle & Style) computeNewlines() argument 1553 formatFirstToken(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,unsigned Indent,unsigned NewlineIndent) formatFirstToken() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 408 unsigned PreviousLine = 0; getFormattedLines() local
|