OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
109
bool
OwnsStream
= false;
123
OwnsStream
= true;
129
OwnsStream
);
[
all
...]
Completed in 40 milliseconds