Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp953 bool has_template_params = false; in ParseSubroutine() local
1000 is_variadic, has_template_params, in ParseSubroutine()
1016 if (is_cxx_method && has_template_params) { in ParseSubroutine()
1279 if (has_template_params) { in ParseSubroutine()
2411 bool has_template_params = false; in ConstructDemangledNameFromDWARF() local
2423 has_template_params, param_types, param_decls, in ConstructDemangledNameFromDWARF()
3195 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument
3304 has_template_params = true; in ParseChildParameters()
H A DDWARFASTParserClang.h187 bool &has_template_params,