Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1270 bool has_template_params = false; in ParseSubroutine() local
1298 has_template_params, function_param_types, in ParseSubroutine()
1314 if (is_cxx_method && has_template_params) { in ParseSubroutine()
1390 if (has_template_params) { in ParseSubroutine()
2428 bool has_template_params = false; in ConstructDemangledNameFromDWARF() local
2445 has_template_params, param_types, param_names); in ConstructDemangledNameFromDWARF()
3205 bool &is_variadic, bool &has_template_params, in ParseChildParameters() argument
3240 has_template_params = true; in ParseChildParameters()
H A DDWARFASTParserClang.h206 bool &is_variadic, bool &has_template_params,