reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
293 for (unsigned i = 0, e = NativePath.size(); i != e; ++i) { 293 for (unsigned i = 0, e = NativePath.size(); i != e; ++i) { 294 if (NativePath[i] == '#') // Handle '#' the broken gcc way. 296 else if (NativePath[i] == ' ') { // Handle space correctly. 298 unsigned j = i; 301 } else if (NativePath[i] == '$') // $ is escaped by $$. 303 OS << NativePath[i];