Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DTypeList.cpp197 const char* template_arg_char = ::strchr (basename_cstr, '<'); in GetTypeScopeAndBasename() local
200 …if (template_arg_char && namespace_separator > template_arg_char) // but namespace'd template argu… in GetTypeScopeAndBasename()
DType.cpp779 const char* template_arg_char = ::strchr (basename_cstr, '<'); in GetTypeScopeAndBasename() local
782 …if (template_arg_char && namespace_separator > template_arg_char) // but namespace'd template argu… in GetTypeScopeAndBasename()