Searched refs:SubjectMatchRules (Results 1 – 3 of 3) sorted by relevance
1022 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local1089 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()1093 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()1109 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()1122 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()1148 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
1660 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument1693 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1749 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()2020 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local2022 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()2045 SubjectMatchRules); in HandlePragmaAttribute()
7158 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,