Searched refs:function_typep (Results 1 – 3 of 3) sorted by relevance
46 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
244 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument246 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()248 function_typep)) { in ConvertFunctionTypeIR()459 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument464 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
215 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument217 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()218 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()