Home
last modified time | relevance | path

Searched defs:NextLine (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
H A DInlineSpiller.cpp769 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
/llvm-project-15.0.7/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp158 AnnotatedLine *NextLine = Lines[OperateIndex + 1]; in separateBlocks() local
H A DUnwrappedLineFormatter.cpp242 const auto &NextLine = *I[1]; in tryFitMultipleLinesInOne() local
1284 const AnnotatedLine *NextLine = nullptr; in format() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp169 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline() local
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentLexer.cpp498 const char *NextLine; in lexVerbatimBlockFirstLine() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp254 void Prescanner::NextLine() { in NextLine() function in Fortran::parser::Prescanner
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp105 unsigned NextLine = 1; in applyDebugifyMetadata() local
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1518 auto NextLine = [&Pos, &OutputRef]() { local
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1759 auto NextLine = Seq.back(); in patchLineTableForUnit() local
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2427 const char *NextLine = CurPtr; in SkipLineComment() local