Searched refs:try_to_parse_template_args (Results 1 – 1 of 1) sorted by relevance
1302 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_conversion_expr() local1303 db.try_to_parse_template_args = false; in parse_conversion_expr()1305 db.try_to_parse_template_args = try_to_parse_template_args; in parse_conversion_expr()1827 if (db.try_to_parse_template_args && k1 == k0 + 1) { in parse_type()2060 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_operator_name() local2061 db.try_to_parse_template_args = false; in parse_operator_name()2063 db.try_to_parse_template_args = try_to_parse_template_args; in parse_operator_name()4215 bool try_to_parse_template_args = true; member