Searched refs:IsAny (Results 1 – 2 of 2) sorted by relevance
1668 bool IsAny = false; in ParsePragmaAttributeSubjectMatchRuleSet() local1672 IsAny = true; in ParsePragmaAttributeSubjectMatchRuleSet()1764 } while (IsAny && TryConsumeToken(tok::comma)); in ParsePragmaAttributeSubjectMatchRuleSet()1766 if (IsAny) in ParsePragmaAttributeSubjectMatchRuleSet()
13588 bool IsSigned, bool IsAny) { in resolveSources() argument