Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7740 const clang::FunctionProtoType *method_function_prototype( in AddMethodToCXXRecordType() local
7743 if (!method_function_prototype) in AddMethodToCXXRecordType()
7746 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType()
7861 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToCXXRecordType()
8248 const clang::FunctionProtoType *method_function_prototype( in AddMethodToObjCObjectType() local
8251 if (!method_function_prototype) in AddMethodToObjCObjectType()
8265 const unsigned num_args = method_function_prototype->getNumParams(); in AddMethodToObjCObjectType()
8274 objc_method_decl->setReturnType(method_function_prototype->getReturnType()); in AddMethodToObjCObjectType()
8298 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()