Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp249 const auto &NextLine = *I[1]; in tryFitMultipleLinesInOne() local
250 if (NextLine.Type == LT_Invalid || NextLine.First->MustBreakBefore) in tryFitMultipleLinesInOne()
253 (!NextLine.InPPDirective || NextLine.First->HasUnescapedNewline)) { in tryFitMultipleLinesInOne()
271 NextLine.First->is(tok::r_brace)) { in tryFitMultipleLinesInOne()
279 bool EmptyBlock = NextLine.First->is(tok::r_brace); in tryFitMultipleLinesInOne()
306 auto ShouldMergeShortFunctions = [this, &I, &NextLine, PreviousLine, in tryFitMultipleLinesInOne()
311 NextLine.First->is(tok::r_brace)) { in tryFitMultipleLinesInOne()
415 if (NextLine.First->is(tok::l_brace)) { in tryFitMultipleLinesInOne()
510 (NextLine.First->is(tok::r_brace) && in tryFitMultipleLinesInOne()
519 (NextLine.First->is(tok::r_brace) && in tryFitMultipleLinesInOne()
[all …]
H A DDefinitionBlockSeparator.cpp158 AnnotatedLine *NextLine = Lines[OperateIndex + 1]; in separateBlocks() local
159 if (NextLine->MightBeFunctionDecl && in separateBlocks()
160 NextLine->mightBeFunctionDefinition() && in separateBlocks()
161 NextLine->First->NewlinesBefore == 1 && in separateBlocks()
H A DUnwrappedLineFormatter.h57 const AnnotatedLine *NextLine) const;
H A DFormat.cpp2049 const auto NextLine = I + 1 == End ? nullptr : I[1]; in removeBraces() local
2058 if (!Next && NextLine) in removeBraces()
2059 Next = NextLine->First; in removeBraces()
2100 const auto NextLine = I + 1 == End ? nullptr : I[1]; in removeSemi() local
2109 if (!Next && NextLine) in removeSemi()
2110 Next = NextLine->First; in removeSemi()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
54 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
146 addDebugifyOperand(NextLine - 1); in applyDebugifyMetadataToMachineFunction()
161 setDebugifyOperand(0, NextLine - 1); in applyDebugifyMetadataToMachineFunction()
H A DInlineSpiller.cpp786 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
790 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
794 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp498 const char *NextLine; in lexVerbatimBlockFirstLine() local
502 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
514 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
523 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/openbsd-src/gnu/llvm/libcxx/
H A D.clang-format68 PackConstructorInitializers: NextLine
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp106 unsigned NextLine = 1; in applyDebugifyMetadata() local
124 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
125 SPType, NextLine, DINode::FlagZero, SPFlags); in applyDebugifyMetadata()
147 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata()
203 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1847 auto NextLine = Seq.back(); in patchLineTableForUnit() local
1848 NextLine.Address.Address = StopAddress; in patchLineTableForUnit()
1849 NextLine.EndSequence = 1; in patchLineTableForUnit()
1850 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
1851 NextLine.BasicBlock = 0; in patchLineTableForUnit()
1852 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
1853 Seq.push_back(NextLine); in patchLineTableForUnit()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2488 const char *NextLine = CurPtr; in SkipLineComment() local
2526 CurPtr = NextLine; in SkipLineComment()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst981 This option is **deprecated**. See ``NextLine`` of
3905 * ``PCIS_NextLine`` (in configuration: ``NextLine``)