Searched refs:function_typep (Results 1 – 5 of 5) sorted by relevance
47 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
169 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument171 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()173 function_typep)) { in ConvertFunctionTypeIR()375 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument380 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
219 const FunctionTypeIR *function_typep);
52 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
184 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument186 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()187 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()