Searched refs:IsAny (Results 1 – 2 of 2) sorted by relevance
1678 bool IsAny = false; in ParsePragmaAttributeSubjectMatchRuleSet() local1682 IsAny = true; in ParsePragmaAttributeSubjectMatchRuleSet()1774 } while (IsAny && TryConsumeToken(tok::comma)); in ParsePragmaAttributeSubjectMatchRuleSet()1776 if (IsAny) in ParsePragmaAttributeSubjectMatchRuleSet()
13896 bool IsAny) { in resolveSources() argument