Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp904 bool has_template_params = false; in ParseSubroutine() local
951 is_variadic, has_template_params, in ParseSubroutine()
967 if (is_cxx_method && has_template_params) { in ParseSubroutine()
1232 if (has_template_params) { in ParseSubroutine()
2320 bool has_template_params = false; in ParseFunctionFromDWARF() local
2332 is_variadic, has_template_params, param_types, in ParseFunctionFromDWARF()
2965 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument
3074 has_template_params = true; in ParseChildParameters()
H A DDWARFASTParserClang.h137 bool &has_template_params,