Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp160 AnnotatedLine *NextLine = Lines[OperateIndex + 1]; in separateBlocks() local
H A DUnwrappedLineFormatter.cpp256 if (NextLine.Type == LT_Invalid || NextLine.First->MustBreakBefore) in tryFitMultipleLinesInOne() local
1342 const AnnotatedLine *NextLine = nullptr; format() local
[all...]
H A DFormat.cpp2221 const auto NextLine = I + 1 == End ? nullptr : I[1]; removeBraces() local
2272 const auto NextLine = I + 1 == End ? nullptr : I[1]; removeSemi() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
H A DInlineSpiller.cpp855 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp498 const char *NextLine; in lexVerbatimBlockFirstLine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp106 unsigned NextLine = 1; in applyDebugifyMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1579 auto NextLine = Seq.back(); in cloneAndEmitLineTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2178 auto NextLine = Seq.back(); generateLineTableForUnit() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2558 const char *NextLine = CurPtr; SkipLineComment() local