Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8802 llvm::raw_svector_ostream llvm_ostrm(buf); in DumpTypeDescription() local
8820 class_interface_decl->dump(llvm_ostrm); in DumpTypeDescription()
8822 class_interface_decl->print(llvm_ostrm, in DumpTypeDescription()
8833 typedef_decl->dump(llvm_ostrm); in DumpTypeDescription()
8849 record_decl->dump(llvm_ostrm); in DumpTypeDescription()
8851 record_decl->print(llvm_ostrm, getASTContext().getPrintingPolicy(), in DumpTypeDescription()
8861 tag_decl->dump(llvm_ostrm); in DumpTypeDescription()
8863 tag_decl->print(llvm_ostrm, 0); in DumpTypeDescription()
8867 qual_type->dump(llvm_ostrm, getASTContext()); in DumpTypeDescription()
9059 llvm::raw_svector_ostream llvm_ostrm(buf); in DeclGetMangledName() local
[all …]