Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp158 AnnotatedLine *NextLine = Lines[OperateIndex + 1]; in separateBlocks() local
H A DUnwrappedLineFormatter.cpp249 const auto &NextLine = *I[1]; in tryFitMultipleLinesInOne() local
1306 const AnnotatedLine *NextLine = nullptr; in format() local
H A DFormat.cpp2049 const auto NextLine = I + 1 == End ? nullptr : I[1]; in removeBraces() local
2100 const auto NextLine = I + 1 == End ? nullptr : I[1]; in removeSemi() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
H A DInlineSpiller.cpp786 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp498 const char *NextLine; in lexVerbatimBlockFirstLine() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp106 unsigned NextLine = 1; in applyDebugifyMetadata() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2488 const char *NextLine = CurPtr; in SkipLineComment() local
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1847 auto NextLine = Seq.back(); in patchLineTableForUnit() local