Searched refs:IsAny (Results 1 – 2 of 2) sorted by relevance
1662 bool IsAny = false; in ParsePragmaAttributeSubjectMatchRuleSet() local1666 IsAny = true; in ParsePragmaAttributeSubjectMatchRuleSet()1758 } while (IsAny && TryConsumeToken(tok::comma)); in ParsePragmaAttributeSubjectMatchRuleSet()1760 if (IsAny) in ParsePragmaAttributeSubjectMatchRuleSet()
14775 bool IsAny) { in resolveSources() argument