reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
691 while (template_depth > 0 && !template_arg.empty()) { 692 if (template_arg.front() == '<') 694 else if (template_arg.front() == '>') 696 template_arg = template_arg.drop_front(1); 696 template_arg = template_arg.drop_front(1); 700 if (template_arg.empty()) 702 basename = template_arg;