Searched refs:SubjectMatchRules (Results 1 – 3 of 3) sorted by relevance
923 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local990 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()994 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()1010 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()1023 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()1049 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
1676 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument1709 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()1765 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()2036 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local2038 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()2061 SubjectMatchRules); in HandlePragmaAttribute()
852 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,