Searched refs:NextLine (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
H A DUnwrappedLineFormatter.cpp814 const AnnotatedLine *NextLine = nullptr; local
821 Line; Line = NextLine) {
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine);
895 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker);
953 const AnnotatedLine *NextLine) const {
960 (!NextLine ||
961 (NextLine->InPPDirective &&
964 !NextLine->First->HasUnescapedNewline));
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dfile_utils.h58 const char* NextLine();
H A Dprocess_memory_stats.cc66 for (const char* line = rd.NextLine(); line; line = rd.NextLine()) {
H A Dprocfs_utils.cc123 for (const char* line = reader.NextLine();
125 line = reader.NextLine()) {
H A Dfile_utils.cc103 const char* LineReader::NextLine() { function in class:file_utils::LineReader
/external/toolchain-utils/crosperf/
H A Dexperiment_file.py91 while reader.NextLine():
109 while reader.NextLine():
188 def NextLine(self, strip_comment=True): member in class:ExperimentFileReader
/external/freetype/src/tools/
H A Dapinames.c261 goto NextLine;
309 NextLine:
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h39 bool NextLine();
H A Dcpdf_variabletext.cpp116 bool CPDF_VariableText::Iterator::NextLine() { function in class:CPDF_VariableText::Iterator
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp755 JITEvent_EmittedFunctionDetails::LineStart NextLine; local
756 NextLine.Address = getCurrentPCValue();
757 NextLine.Loc = DL;
758 EmissionDetails.LineStarts.push_back(NextLine);
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp3060 auto NextLine = Seq.back(); local
3061 NextLine.Address = StopAddress;
3062 NextLine.EndSequence = 1;
3063 NextLine.PrologueEnd = 0;
3064 NextLine.BasicBlock = 0;
3065 NextLine.EpilogueBegin = 0;
3066 Seq.push_back(NextLine);
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp693 char NextLine = '\n'; local
697 NextLine = ' ';
701 dbgs() << '\t' << header << ": " << NextLine; local
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp776 while (pIterator->NextLine())
1179 } while (pIterator->NextLine());
1231 pIterator->NextLine();
/external/clang/lib/Lex/
H A DLexer.cpp2069 const char *NextLine = CurPtr; local
2105 CurPtr = NextLine;

Completed in 760 milliseconds