Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7645 for (unsigned param_index = 0; param_index < prototype.getNumParams(); in CreateParameterDeclarations() local
7646 ++param_index) { in CreateParameterDeclarations()
7648 !parameter_names.empty() ? parameter_names[param_index] : ""; in CreateParameterDeclarations()
7652 GetType(prototype.getParamType(param_index)), in CreateParameterDeclarations()
8219 for (unsigned param_index = 0; param_index < num_args; ++param_index) { in AddMethodToObjCObjectType() local
8224 method_function_prototype->getParamType(param_index), nullptr, in AddMethodToObjCObjectType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp186 size_t param_index = 0; in GetObjectParameter() local
191 if (param_index == object_pointer_index.value_or(0)) { in GetObjectParameter()
196 ++param_index; in GetObjectParameter()