Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7581 const clang::FunctionProtoType *method_function_prototype( in AddMethodToCXXRecordType() local
7584 if (!method_function_prototype) in AddMethodToCXXRecordType()
7587 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType()
7701 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToCXXRecordType()
8085 const clang::FunctionProtoType *method_function_prototype( in AddMethodToObjCObjectType() local
8088 if (!method_function_prototype) in AddMethodToObjCObjectType()
8102 const unsigned num_args = method_function_prototype->getNumParams(); in AddMethodToObjCObjectType()
8110 objc_method_decl->setReturnType(method_function_prototype->getReturnType()); in AddMethodToObjCObjectType()
8134 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()