Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp1478 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_conversion_expr() local
1479 db.try_to_parse_template_args = false; in parse_conversion_expr()
1481 db.try_to_parse_template_args = try_to_parse_template_args; in parse_conversion_expr()
2105 if (db.try_to_parse_template_args && k1 == k0+1) in parse_type()
2367 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_operator_name() local
2368 db.try_to_parse_template_args = false; in parse_operator_name()
2370 db.try_to_parse_template_args = try_to_parse_template_args; in parse_operator_name()
4884 bool try_to_parse_template_args; member
4917 db.try_to_parse_template_args = true; in __cxa_demangle()