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

/external/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h45 /// OwnsStream - Are we responsible for managing the underlying
48 bool OwnsStream; member in class:llvm::circular_raw_ostream
113 OwnsStream(Owns),
126 OwnsStream(REFERENCE_ONLY),
148 OwnsStream = Owns;
164 if (OwnsStream)
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp122 bool OwnsStream = false; local
136 OwnsStream = true;
142 OwnsStream);

Completed in 20 milliseconds