Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp170 llvm::raw_string_ostream DecodeLineStream(DecodeLine); in EmitDecodeForOneParameter() local
171 DecodeLineStream << ParamName << " = " in EmitDecodeForOneParameter()
173 UnderlyingType.print(DecodeLineStream, Policy); in EmitDecodeForOneParameter()
174 DecodeLineStream << ">(send, rpc_common::RPCPacket::ValueType::Argument);"; in EmitDecodeForOneParameter()