reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
150 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); 150 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); 150 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); 151 const char *space_pos = strchr(full, ' ');