Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8164 const clang::FunctionProtoType *method_function_prototype( in AddMethodToCXXRecordType() local
8167 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() local
8661 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()