OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutputStream
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
76
std::shared_ptr<raw_ostream>
OutputStream
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
Utility.h
27
class
OutputStream
{
66
OutputStream
(char *StartBuf, size_t Size)
68
OutputStream
() = default;
80
OutputStream
&operator+=(StringView R) {
90
OutputStream
&operator+=(char C) {
96
OutputStream
&operator<<(StringView R) { return (*this += R); }
98
OutputStream
&operator<<(char C) { return (*this += C); }
100
OutputStream
&operator<<(long long N) {
108
OutputStream
&operator<<(unsigned long long N) {
113
OutputStream
&operator<<(long N)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h
57
raw_ostream &getOutputStream() { return *
OutputStream
; }
78
:
OutputStream
(std::move(OS)) {}
89
std::unique_ptr<raw_ostream>
OutputStream
;
296
// held by
OutputStream
if we try to add a section which needs
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
179
std::unique_ptr<llvm::raw_pwrite_stream>
OutputStream
;
765
OutputStream
= std::move(OutStream);
769
return std::move(
OutputStream
);
Completed in 39 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026