Searched refs:has_template_params (Results 1 – 2 of 2) sorted by relevance
1182 bool has_template_params = false; in ParseSubroutine() local1222 is_variadic, has_template_params, in ParseSubroutine()1238 if (is_cxx_method && has_template_params) { in ParseSubroutine()1312 if (has_template_params) { in ParseSubroutine()2341 bool has_template_params = false; in ConstructDemangledNameFromDWARF() local2353 has_template_params, param_types, param_decls, in ConstructDemangledNameFromDWARF()3125 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument3234 has_template_params = true; in ParseChildParameters()
193 bool &has_template_params,