Searched refs:Scanned (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DFormattedStream.cpp51 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/
H A DFormattedStream.h55 /// Scanned - This points to one past the last character in the
58 const char *Scanned; member in class:llvm::formatted_raw_ostream
93 Scanned = nullptr;
117 Scanned = nullptr;

Completed in 235 milliseconds