Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7696 for (unsigned param_index = 0; param_index < num_params; ++param_index) { in AddMethodToCXXRecordType() local
7701 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToCXXRecordType()
8129 for (unsigned param_index = 0; param_index < num_args; ++param_index) { in AddMethodToObjCObjectType() local
8134 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()