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.cpp7690 const clang::FunctionProtoType *method_function_prototype( in AddMethodToCXXRecordType() local
7693 if (!method_function_prototype) in AddMethodToCXXRecordType()
7696 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType()
7805 cxx_method_decl, *method_function_prototype, /*parameter_names=*/{})); in AddMethodToCXXRecordType()
8174 const clang::FunctionProtoType *method_function_prototype( in AddMethodToObjCObjectType() local
8177 if (!method_function_prototype) in AddMethodToObjCObjectType()
8191 const unsigned num_args = method_function_prototype->getNumParams(); in AddMethodToObjCObjectType()
8200 objc_method_decl->setReturnType(method_function_prototype->getReturnType()); in AddMethodToObjCObjectType()
8224 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()