Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h123 bool &has_template_params,
H A DDWARFASTParserClang.cpp889 bool has_template_params = false; in ParseSubroutine() local
936 is_variadic, has_template_params, in ParseSubroutine()
952 if (is_cxx_method && has_template_params) { in ParseSubroutine()
1250 if (has_template_params) { in ParseSubroutine()
2254 bool has_template_params = false; in ParseFunctionFromDWARF() local
2266 is_variadic, has_template_params, param_types, in ParseFunctionFromDWARF()
2888 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument
2997 has_template_params = true; in ParseChildParameters()