Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp814 const AnnotatedLine *NextLine = nullptr; in format() local
821 Line; Line = NextLine) { in format()
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); in format()
891 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
949 const AnnotatedLine *NextLine) const { in getColumnLimit()
956 (!NextLine || in getColumnLimit()
957 (NextLine->InPPDirective && in getColumnLimit()
960 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
Dapinames.c251 goto NextLine; in read_header_file()
299 NextLine: in read_header_file()
/external/clang/lib/AST/
DCommentLexer.cpp480 const char *NextLine; in lexVerbatimBlockFirstLine() local
484 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
496 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
505 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1048 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
1052 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
1056 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h296 virtual FX_BOOL NextLine() = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp25 FX_BOOL CFX_Edit_Iterator::NextLine() { in NextLine() function in CFX_Edit_Iterator
26 return m_pVTIterator->NextLine(); in NextLine()
1065 while (pIterator->NextLine()) in GetTotalLines()
2013 } while (pIterator->NextLine()); in RefreshPushLineRects()
2055 pIterator->NextLine(); in RefreshPushRandomRects()
2112 pIterator->NextLine(); in RefreshWordRange()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3003 auto NextLine = Seq.back(); in patchLineTableForUnit() local
3004 NextLine.Address = StopAddress; in patchLineTableForUnit()
3005 NextLine.EndSequence = 1; in patchLineTableForUnit()
3006 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
3007 NextLine.BasicBlock = 0; in patchLineTableForUnit()
3008 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
3009 Seq.push_back(NextLine); in patchLineTableForUnit()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h145 virtual FX_BOOL NextLine() = 0;
Dfxet_edit.h775 FX_BOOL NextLine() override;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h541 FX_BOOL NextLine() override;
Ddoc_vt.cpp1699 FX_BOOL CPDF_VariableText_Iterator::NextLine() { in NextLine() function in CPDF_VariableText_Iterator
/external/clang/lib/Lex/
DLexer.cpp2041 const char *NextLine = CurPtr; in SkipLineComment() local
2077 CurPtr = NextLine; in SkipLineComment()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp498 } while (pIterator->NextLine()); in GetWordSpellCheckAppearanceStream()
1669 } while (pIterator->NextLine()); in AddSpellCheckObj()