Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h124 bool &has_template_params,
DDWARFASTParserClang.cpp890 bool has_template_params = false; in ParseSubroutine() local
937 is_variadic, has_template_params, in ParseSubroutine()
953 if (is_cxx_method && has_template_params) { in ParseSubroutine()
1247 if (has_template_params) { in ParseSubroutine()
2281 bool has_template_params = false; in ParseFunctionFromDWARF() local
2293 is_variadic, has_template_params, param_types, in ParseFunctionFromDWARF()
2922 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument
3032 has_template_params = true; in ParseChildParameters()