reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3119 if (!VI.name().empty()) 3120 Out << "name: \"" << VI.name() << "\""; 3122 Out << "guid: " << VI.getGUID(); 3123 if (!VI.getSummaryList().empty()) { 3126 for (auto &Summary : VI.getSummaryList()) { 3133 if (!VI.name().empty()) 3134 Out << " ; guid = " << VI.getGUID();