Searched refs:has_template_params (Results 1 – 2 of 2) sorted by relevance
904 bool has_template_params = false; in ParseSubroutine() local951 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() local2332 is_variadic, has_template_params, param_types, in ParseFunctionFromDWARF()2965 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument3074 has_template_params = true; in ParseChildParameters()
137 bool &has_template_params,