Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDDefinitionBlockSeparator.cpp160 AnnotatedLine *NextLine = Lines[OperateIndex + 1]; in separateBlocks() local
HDUnwrappedLineFormatter.cpp255 const auto &NextLine = *I[1]; in tryFitMultipleLinesInOne() local
1351 const AnnotatedLine *NextLine = nullptr; in format() local
HDFormat.cpp2245 const auto NextLine = I + 1 == End ? nullptr : I[1]; in removeBraces() local
2305 const auto NextLine = I + 1 == End ? nullptr : I[1]; in removeSemi() local
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
HDInlineSpiller.cpp855 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDCommentLexer.cpp498 const char *NextLine; in lexVerbatimBlockFirstLine() local
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerCompileUnit.cpp1579 auto NextLine = Seq.back(); in cloneAndEmitLineTable() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp106 unsigned NextLine = 1; in applyDebugifyMetadata() local
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp2195 auto NextLine = Seq.back(); in generateLineTableForUnit() local
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp2614 const char *NextLine = CurPtr; in SkipLineComment() local