Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance
949 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local951 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()959 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()967 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()973 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local975 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()988 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()1025 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local1026 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()1032 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()[all …]
179 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()180 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
644 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;