Searched refs:NegatePredicate (Results 1 – 1 of 1) sorted by relevance
29 bool NegatePredicate = false; variable43 bool shouldNegate() const { return NegatePredicate; } in shouldNegate()49 void flipNegatePredicate() { NegatePredicate = !NegatePredicate; } in flipNegatePredicate()50 void setNegatePredicate(bool Value) { NegatePredicate = Value; } in setNegatePredicate()