Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp87 unsigned NextLine = 1; in applyDebugifyMetadata() local
103 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
104 SPType, NextLine, DINode::FlagZero, SPFlags); in applyDebugifyMetadata()
109 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata()
157 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1033 const AnnotatedLine *NextLine = nullptr; in format() local
1041 Line; Line = NextLine, FirstLine = false) { in format()
1074 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
1075 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); in format()
1125 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
1196 const AnnotatedLine *NextLine) const { in getColumnLimit()
1203 (!NextLine || in getColumnLimit()
1204 (NextLine->InPPDirective && in getColumnLimit()
1207 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
H A DUnwrappedLineFormatter.h59 const AnnotatedLine *NextLine) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp503 const char *NextLine; in lexVerbatimBlockFirstLine() local
507 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
519 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
528 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp722 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
726 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
730 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2263 const char *NextLine = CurPtr; in SkipLineComment() local
2301 CurPtr = NextLine; in SkipLineComment()