HomeSort by relevance Sort by last modified time
    Searched defs:getBufferStart (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
MemoryBuffer.h 48 const char *getBufferStart() const { return BufferStart; }
raw_ostream.h 269 /// getBufferStart - Return the beginning of the current stream buffer, or 0
271 const char *getBufferStart() const { return OutBufStart; }
  /external/clang/include/clang/Lex/
Lexer.h 182 const char *getBufferStart() const { return BufferStart; }

Completed in 383 milliseconds