Searched refs:IsAliasedByAnother (Results 1 – 1 of 1) sorted by relevance
272 bool IsAliasedByAnother; variable392 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {} in LegalizeRuleSet()394 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()395 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()