Home
last modified time | relevance | path

Searched defs:OutputStream (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h76 std::shared_ptr<raw_ostream> OutputStream; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h66 OutputStream(char *StartBuf, size_t Size) in OutputStream() function
H A DItaniumDemangle.h178 virtual bool hasRHSComponentSlow(OutputStream &) const { return false; } in hasRHSComponentSlow() argument
179 virtual bool hasArraySlow(OutputStream &) const { return false; } in hasArraySlow() argument
180 virtual bool hasFunctionSlow(OutputStream &) const { return false; } in hasFunctionSlow() argument
184 virtual const Node *getSyntaxNode(OutputStream &) const { in getSyntaxNode() argument
201 virtual void printRight(OutputStream &) const {} in printRight() argument
627 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument
628 bool hasArraySlow(OutputStream &) const override { return true; } in hasArraySlow() argument
663 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument
664 bool hasFunctionSlow(OutputStream &) const override { return true; } in hasFunctionSlow() argument
759 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument
[all …]
H A DMicrosoftDemangleNodes.h24 class OutputStream; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h89 std::unique_ptr<raw_ostream> OutputStream; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h179 std::unique_ptr<llvm::raw_pwrite_stream> OutputStream; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp910 llvm::BitstreamWriter OutputStream(OutputBuffer); in writeIndex() local