Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp160 AnnotatedLine *NextLine = Lines[OperateIndex + 1]; in separateBlocks() local
H A DUnwrappedLineFormatter.cpp255 const auto &NextLine = *I[1]; in tryFitMultipleLinesInOne() local
1351 const AnnotatedLine *NextLine = nullptr; format() local
[all...]
H A DFormat.cpp2245 const auto NextLine = I + 1 == End ? nullptr : I[1]; removeBraces() local
2305 const auto NextLine = I + 1 == End ? nullptr : I[1]; removeSemi() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
H A DInlineSpiller.cpp853 char NextLine = '\n'; dumpMachineInstrRangeWithSlotIndex() local
/llvm-project/clang-tools-extra/clangd/
H A DFormat.cpp169 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline() local
/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp498 const char *NextLine; in lexVerbatimBlockFirstLine() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp329 void Prescanner::NextLine() { NextLine() function in Fortran::parser::Prescanner
[all...]
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1581 NextLine.PrologueEnd = 0; in cloneAndEmitLineTable() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp106 unsigned NextLine = 1; in applyDebugifyMetadata() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1565 auto NextLine = [&Pos, &OutputRef]() { global() local
[all...]
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2181 auto NextLine = Seq.back(); generateLineTableForUnit() local
/llvm-project/clang/lib/Lex/
H A DLexer.cpp2614 const char *NextLine = CurPtr; SkipLineComment() local