reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2760 OtherV.Pruned = true; 2906 if (V.Pruned || V.PrunedComputed) 2907 return V.Pruned; 2910 return V.Pruned; 2915 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); 2916 return V.Pruned; 3026 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) 3096 Vals[i].Pruned = true; 3104 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) 3124 if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned)