Searched refs:template_arg (Results 1 – 1 of 1) sorted by relevance
694 llvm::StringRef template_arg = in GetTypeScopeAndBasename() local696 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()697 if (template_arg.front() == '<') in GetTypeScopeAndBasename()699 else if (template_arg.front() == '>') in GetTypeScopeAndBasename()701 template_arg = template_arg.drop_front(1); in GetTypeScopeAndBasename()705 if (template_arg.empty()) in GetTypeScopeAndBasename()707 basename = template_arg; in GetTypeScopeAndBasename()