reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2906 if (V.Pruned || V.PrunedComputed) 2906 if (V.Pruned || V.PrunedComputed) 2907 return V.Pruned; 2909 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge) 2909 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge) 2910 return V.Pruned; 2914 V.PrunedComputed = true; 2915 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); 2915 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); 2916 return V.Pruned;