Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 16 of 16) 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()
895 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
953 const AnnotatedLine *NextLine) const { in getColumnLimit()
960 (!NextLine || in getColumnLimit()
961 (NextLine->InPPDirective && in getColumnLimit()
964 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
/external/toolchain-utils/crosperf/
Dexperiment_file.py91 while reader.NextLine():
109 while reader.NextLine():
188 def NextLine(self, strip_comment=True): member in ExperimentFileReader
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_memory_stats.cc66 for (const char* line = rd.NextLine(); line; line = rd.NextLine()) { in ReadFullStats()
Dprocfs_utils.cc123 for (const char* line = reader.NextLine(); in ReadMemInfoStats()
125 line = reader.NextLine()) { in ReadMemInfoStats()
Dfile_utils.h58 const char* NextLine();
Dfile_utils.cc103 const char* LineReader::NextLine() { in NextLine() function in file_utils::LineReader
/external/clang/lib/AST/
DCommentLexer.cpp488 const char *NextLine; in lexVerbatimBlockFirstLine() local
492 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
504 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
513 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/external/freetype/src/tools/
Dapinames.c261 goto NextLine; in read_header_file()
309 NextLine: in read_header_file()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp755 JITEvent_EmittedFunctionDetails::LineStart NextLine; in processDebugLoc() local
756 NextLine.Address = getCurrentPCValue(); in processDebugLoc()
757 NextLine.Loc = DL; in processDebugLoc()
758 EmissionDetails.LineStarts.push_back(NextLine); in processDebugLoc()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h39 bool NextLine();
Dcpdf_variabletext.cpp116 bool CPDF_VariableText::Iterator::NextLine() { in NextLine() function in CPDF_VariableText::Iterator
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3060 auto NextLine = Seq.back(); in patchLineTableForUnit() local
3061 NextLine.Address = StopAddress; in patchLineTableForUnit()
3062 NextLine.EndSequence = 1; in patchLineTableForUnit()
3063 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
3064 NextLine.BasicBlock = 0; in patchLineTableForUnit()
3065 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
3066 Seq.push_back(NextLine); in patchLineTableForUnit()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp693 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
697 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
701 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp776 while (pIterator->NextLine()) in GetTotalLines()
1179 } while (pIterator->NextLine()); in RefreshPushLineRects()
1231 pIterator->NextLine(); in RefreshWordRange()
/external/clang/lib/Lex/
DLexer.cpp2069 const char *NextLine = CurPtr; in SkipLineComment() local
2105 CurPtr = NextLine; in SkipLineComment()