Searched refs:IsAliasedByAnother (Results 1 – 2 of 2) sorted by relevance
368 bool IsAliasedByAnother; variable519 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {} in LegalizeRuleSet()521 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()522 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()
322 bool IsAliasedByAnother; variable465 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {} in LegalizeRuleSet()467 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()468 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()