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

  /external/llvm/lib/Support/
FormattedStream.cpp 49 // scanned those bytes. This depends on raw_ostream to not change our buffer
51 if (Ptr <= Scanned && Scanned <= Ptr + Size)
54 UpdatePosition(Position, Scanned, Size - (Scanned - Ptr));
59 Scanned = Ptr + Size;
84 Scanned = nullptr;
  /external/llvm/include/llvm/Support/
FormattedStream.h 51 /// scanned. The line and column scheme is zero-based.
55 /// Scanned - This points to one past the last character in the
56 /// buffer we've scanned.
58 const char *Scanned;
93 Scanned = nullptr;
117 Scanned = nullptr;

Completed in 88 milliseconds