================ @@ -122,6 +106,9 @@ class TypeSystem : public PluginInterface, virtual CompilerType DeclGetFunctionArgumentType(void *opaque_decl, size_t arg_idx); + virtual std::vector<lldb_private::CompilerContext> + DeclGetCompilerContext(void *opaque_decl); ---------------- Michael137 wrote:
yea makes sense, looks like that's what all the other TypeSystem APIs do too https://github.com/llvm/llvm-project/pull/74786 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits