Searched refs:NextLine (Results 1 – 14 of 14) sorted by relevance
814 const AnnotatedLine *NextLine = nullptr; in format() local821 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()
56 const AnnotatedLine *NextLine) const;
251 goto NextLine; in read_header_file()299 NextLine: in read_header_file()
480 const char *NextLine; in lexVerbatimBlockFirstLine() local484 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()496 NextLine = TextEnd; in lexVerbatimBlockFirstLine()505 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
1048 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local1052 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()1056 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
296 virtual FX_BOOL NextLine() = 0;
25 FX_BOOL CFX_Edit_Iterator::NextLine() { in NextLine() function in CFX_Edit_Iterator26 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()
3003 auto NextLine = Seq.back(); in patchLineTableForUnit() local3004 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()
145 virtual FX_BOOL NextLine() = 0;
775 FX_BOOL NextLine() override;
541 FX_BOOL NextLine() override;
1699 FX_BOOL CPDF_VariableText_Iterator::NextLine() { in NextLine() function in CPDF_VariableText_Iterator
2041 const char *NextLine = CurPtr; in SkipLineComment() local2077 CurPtr = NextLine; in SkipLineComment()
498 } while (pIterator->NextLine()); in GetWordSpellCheckAppearanceStream()1669 } while (pIterator->NextLine()); in AddSpellCheckObj()