Home
last modified time | relevance | path

Searched refs:llvm_ostrm (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Symbol/
DClangASTType.cpp6067 raw_svector_ostream llvm_ostrm (buf); in DumpTypeDescription() local
6085 class_interface_decl->print(llvm_ostrm, policy, s->GetIndentLevel()); in DumpTypeDescription()
6124 … cxx_record_decl->print(llvm_ostrm, m_ast->getPrintingPolicy(), s->GetIndentLevel()); in DumpTypeDescription()
6126 record_decl->print(llvm_ostrm, m_ast->getPrintingPolicy(), s->GetIndentLevel()); in DumpTypeDescription()
6137 tag_decl->print(llvm_ostrm, 0); in DumpTypeDescription()
6148 llvm_ostrm.flush(); in DumpTypeDescription()