Searched refs:SubjectMatchRules (Results 1 – 3 of 3) sorted by relevance
684 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local751 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()755 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()765 SubjectMatchRules.push_back(Rule.first); in ActOnPragmaAttributeAttribute()789 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
1285 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument1318 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1374 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1624 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local1626 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()1648 std::move(SubjectMatchRules)); in HandlePragmaAttribute()
769 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,