Searched refs:function_typep (Results 1 – 5 of 5) sorted by relevance
47 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
180 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument182 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()184 function_typep)) { in ConvertFunctionTypeIR()387 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument392 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
222 const FunctionTypeIR *function_typep);
55 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
190 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument192 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()193 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()