reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
196 if (!hasPartition() && S.empty()) 201 if (!S.empty()) 202 S = getContext().pImpl->Saver.save(S); 202 S = getContext().pImpl->Saver.save(S); 203 getContext().pImpl->GlobalValuePartitions[this] = S; 207 HasPartition = !S.empty();