Home
last modified time | relevance | path

Searched refs:CurrentLine (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DLineIterator.h37 StringRef CurrentLine; variable
67 StringRef operator*() const { return CurrentLine; }
68 const StringRef *operator->() const { return &CurrentLine; }
72 LHS.CurrentLine.begin() == RHS.CurrentLine.begin();
/external/llvm/lib/Support/
DLineIterator.cpp18 CurrentLine(Buffer.getBufferSize() ? Buffer.getBufferStart() : nullptr, in line_iterator()
31 const char *Pos = CurrentLine.end(); in advance()
58 CurrentLine = StringRef(); in advance()
68 CurrentLine = StringRef(Pos, Length); in advance()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dsysinfo.h136 const char *CurrentLine() const { return stext_; } in CurrentLine() function
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dsysinfo.h136 const char *CurrentLine() const { return stext_; } in CurrentLine() function