Searched refs:SubjectMatchRules (Results 1 – 3 of 3) sorted by relevance
932 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local999 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()1003 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()1019 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()1032 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()1058 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
1513 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument1546 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1602 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1870 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local1872 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()1895 SubjectMatchRules); in HandlePragmaAttribute()
788 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,