reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
234 OS << "duplicate resource:"; 237 OS << " type "; 238 printStringOrID(Context[0], OS, /* IsType */ true, /* IsID */ true); 242 OS << "/name "; 243 printStringOrID(Context[1], OS, /* IsType */ false, /* IsID */ true); 247 OS << "/language "; 248 printStringOrID(Context[2], OS, /* IsType */ false, /* IsID */ false); 250 OS << ", in " << File1 << " and in " << File2; 252 return OS.str();