Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7706 const clang::FunctionProtoType *method_function_prototype( in AddMethodToCXXRecordType() local
7709 if (!method_function_prototype) in AddMethodToCXXRecordType()
7712 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType()
7826 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToCXXRecordType()
8210 const clang::FunctionProtoType *method_function_prototype( in AddMethodToObjCObjectType() local
8213 if (!method_function_prototype) in AddMethodToObjCObjectType()
8227 const unsigned num_args = method_function_prototype->getNumParams(); in AddMethodToObjCObjectType()
8235 objc_method_decl->setReturnType(method_function_prototype->getReturnType()); in AddMethodToObjCObjectType()
8259 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()