HomeSort by relevance Sort by last modified time
    Searched refs:CurrentLine (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
LineIterator.h 37 StringRef CurrentLine;
67 StringRef operator*() const { return CurrentLine; }
68 const StringRef *operator->() const { return &CurrentLine; }
72 LHS.CurrentLine.begin() == RHS.CurrentLine.begin();
  /external/llvm/lib/Support/
LineIterator.cpp 18 CurrentLine(Buffer.getBufferSize() ? Buffer.getBufferStart() : nullptr,
31 const char *Pos = CurrentLine.end();
58 CurrentLine = StringRef();
68 CurrentLine = StringRef(Pos, Length);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h 136 const char *CurrentLine() const { return stext_; }
154 // called again. (Since filename, at least, points into CurrentLine.)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 136 const char *CurrentLine() const { return stext_; }
154 // called again. (Since filename, at least, points into CurrentLine.)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 91 int CurrentLine() { return m_nLine; }

Completed in 173 milliseconds