[lldb][NFCI] Remove use of Stream * from TypeSystem
commit564ff8ffe75d9353ac02be5a4d3aa424cb79429c
authorAlex Langford <alangford@apple.com>
Wed, 5 Jul 2023 21:56:25 +0000 (5 14:56 -0700)
committerAlex Langford <alangford@apple.com>
Fri, 7 Jul 2023 17:09:43 +0000 (7 10:09 -0700)
tree14654661bf767f105bf9208a33a36ff34f7fef5b
parentb7836d856206ec39509d42529f958c920368166b
[lldb][NFCI] Remove use of Stream * from TypeSystem

We always assume these streams are valid, might as well take references
instead of raw pointers.

Differential Revision: https://reviews.llvm.org/D154549
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Symbol/CompilerType.cpp