Searched refs:NextLine (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
H A DUnwrappedLineFormatter.cpp1077 const AnnotatedLine *NextLine = nullptr;
1085 Line; Line = NextLine, FirstLine = false) {
1118 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
1119 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine);
1171 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
1252 const AnnotatedLine *NextLine) const {
1259 (!NextLine ||
1260 (NextLine->InPPDirective &&
1263 !NextLine->First->HasUnescapedNewline));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp49 unsigned NextLine = SP->getLine(); local
56 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
H A DInlineSpiller.cpp767 char NextLine = '\n'; local
771 NextLine = ' ';
775 dbgs() << '\t' << header << ": " << NextLine; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp92 unsigned NextLine = 1; local
109 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine,
110 SPType, NextLine, DINode::FlagZero, SPFlags);
132 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
188 addDebugifyOperand(NextLine - 1); // Original number of lines.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1680 auto NextLine = Seq.back(); local
1681 NextLine.Address.Address = StopAddress;
1682 NextLine.EndSequence = 1;
1683 NextLine.PrologueEnd = 0;
1684 NextLine.BasicBlock = 0;
1685 NextLine.EpilogueBegin = 0;
1686 Seq.push_back(NextLine);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2278 const char *NextLine = CurPtr; local
2316 CurPtr = NextLine;

Completed in 187 milliseconds