Searched refs:method_function_prototype (Results 1 – 1 of 1) sorted by relevance
8164 const clang::FunctionProtoType *method_function_prototype( in AddMethodToCXXRecordType() local8167 if (!method_function_prototype) in AddMethodToCXXRecordType()8170 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType()8269 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToCXXRecordType()8658 const clang::FunctionProtoType *method_function_prototype( in AddMethodToObjCObjectType() local8661 if (!method_function_prototype) in AddMethodToObjCObjectType()8669 const unsigned num_args = method_function_prototype->getNumParams(); in AddMethodToObjCObjectType()8679 method_selector, method_function_prototype->getReturnType(), in AddMethodToObjCObjectType()8699 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()