| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 1518 auto NextLine = [&Pos, &OutputRef]() { local 1547 EXPECT_EQ(NextLine(), 1553 EXPECT_EQ(NextLine(), "file_names[ 0]:"); 1556 EXPECT_EQ(NextLine(), ""); 1559 EXPECT_EQ(NextLine(), 1561 EXPECT_EQ(NextLine(), 1563 EXPECT_EQ(NextLine(), 1565 EXPECT_EQ(NextLine(), 1579 EXPECT_EQ(NextLine(), 1589 EXPECT_EQ(NextLine(), [all …]
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 242 const auto &NextLine = *I[1]; in tryFitMultipleLinesInOne() local 243 if (NextLine.Type == LT_Invalid || NextLine.First->MustBreakBefore) in tryFitMultipleLinesInOne() 246 (!NextLine.InPPDirective || NextLine.First->HasUnescapedNewline)) { in tryFitMultipleLinesInOne() 264 NextLine.First->is(tok::r_brace)) { in tryFitMultipleLinesInOne() 304 NextLine.First->is(tok::r_brace)) { in tryFitMultipleLinesInOne() 408 if (NextLine.First->is(tok::l_brace)) { in tryFitMultipleLinesInOne() 521 if (NextLine.Last->is(TT_LineComment)) in tryFitMultipleLinesInOne() 532 NextLine.First == NextLine.Last && I + 2 != E && in tryFitMultipleLinesInOne() 1284 const AnnotatedLine *NextLine = nullptr; in format() local 1511 (!NextLine || in getColumnLimit() [all …]
|
| H A D | DefinitionBlockSeparator.cpp | 158 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 D | UnwrappedLineFormatter.h | 57 const AnnotatedLine *NextLine) const;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local 54 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction() 146 addDebugifyOperand(NextLine - 1); in applyDebugifyMetadataToMachineFunction() 157 setDebugifyOperand(0, NextLine - 1); in applyDebugifyMetadataToMachineFunction()
|
| H A D | InlineSpiller.cpp | 769 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local 773 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex() 777 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | prescan.cpp | 96 NextLine(); in Statement() 100 NextLine(); in Statement() 254 void Prescanner::NextLine() { in NextLine() function in Fortran::parser::Prescanner 427 NextLine(); in SkipCComments() 890 NextLine(); in SkipCommentLine() 1035 NextLine(); in FixedFormContinuation() 1059 NextLine(); in FreeFormContinuation()
|
| H A D | prescan.h | 64 void NextLine(); 104 NextLine(); in BeginSourceLineAndAdvance()
|
| H A D | preprocessor.cpp | 680 prescanner.NextLine(); in SkipDisabledConditionalCode()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 498 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()
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | .clang-format | 69 PackConstructorInitializers: NextLine
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 105 unsigned NextLine = 1; in applyDebugifyMetadata() local 122 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata() 123 SPType, NextLine, DINode::FlagZero, SPFlags); in applyDebugifyMetadata() 145 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata() 201 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Format.cpp | 169 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline() local 182 (NewLineIsComment || !commentMarker(NextLine).empty() || in getIncrementalChangesAfterNewline()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1759 auto NextLine = Seq.back(); in patchLineTableForUnit() local 1760 NextLine.Address.Address = StopAddress; in patchLineTableForUnit() 1761 NextLine.EndSequence = 1; in patchLineTableForUnit() 1762 NextLine.PrologueEnd = 0; in patchLineTableForUnit() 1763 NextLine.BasicBlock = 0; in patchLineTableForUnit() 1764 NextLine.EpilogueBegin = 0; in patchLineTableForUnit() 1765 Seq.push_back(NextLine); in patchLineTableForUnit()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2427 const char *NextLine = CurPtr; in SkipLineComment() local 2465 CurPtr = NextLine; in SkipLineComment()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 876 This option is **deprecated**. See ``NextLine`` of 3448 * ``PCIS_NextLine`` (in configuration: ``NextLine``)
|