Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h99 bool &has_template_params,
H A DDWARFASTParserClang.cpp1145 bool has_template_params = false; in ParseTypeFromDWARF() local
1298 has_template_params, function_param_types, in ParseTypeFromDWARF()
1313 if (is_cxx_method && has_template_params) { in ParseTypeFromDWARF()
1620 if (has_template_params) { in ParseTypeFromDWARF()
2613 bool has_template_params = false; in ParseFunctionFromDWARF() local
2626 is_static, is_variadic, has_template_params, in ParseFunctionFromDWARF()
3318 bool &is_variadic, bool &has_template_params, in ParseChildParameters() argument
3439 has_template_params = true; in ParseChildParameters()