Home
last modified time | relevance | path

Searched defs:PreviousLine (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp27 const AnnotatedLine *PreviousLine = nullptr; in computeAffectedLines() local
102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected() argument
H A DUnwrappedLineFormatter.cpp281 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 DRawCommentList.cpp408 unsigned PreviousLine = 0; getFormattedLines() local