OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamOwner
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h
49
// Conditional ownership (when
StreamOwner
is non-null, it's keeping OS
53
std::unique_ptr<raw_ostream>
StreamOwner
;
67
std::unique_ptr<raw_ostream>
StreamOwner
);
/external/clang/lib/Frontend/
CompilerInstance.cpp
148
std::unique_ptr<raw_ostream>
StreamOwner
;
161
StreamOwner
= std::move(FileOS);
167
std::move(
StreamOwner
));
[
all
...]
Completed in 1296 milliseconds