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

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 45 /// OwnsStream - Are we responsible for managing the underlying
48 bool OwnsStream;
113 OwnsStream(Owns),
126 OwnsStream(REFERENCE_ONLY),
148 OwnsStream = Owns;
164 if (OwnsStream)
  /external/clang/lib/Frontend/
CompilerInstance.cpp 134 bool OwnsStream = false;
148 OwnsStream = true;
154 OwnsStream);
    [all...]

Completed in 317 milliseconds