Searched refs:SubjectMatchRules (Results 1 – 3 of 3) sorted by relevance
803 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local870 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()874 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()890 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()903 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()929 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
1361 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument1394 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1450 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1700 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local1702 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()1724 std::move(SubjectMatchRules)); in HandlePragmaAttribute()
772 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,