Home
last modified time | relevance | path

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

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