reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
510 if (Negated && (AE.ID & ID) == ID && AE.NegFeature) 510 if (Negated && (AE.ID & ID) == ID && AE.NegFeature) 511 Features.push_back(AE.NegFeature); 512 else if (AE.ID == ID && AE.Feature) 512 else if (AE.ID == ID && AE.Feature) 513 Features.push_back(AE.Feature);