Searched refs:MatchRules (Results 1 – 6 of 6) sorted by relevance
185 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()187 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
1115 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
24 enum MatchRules { enum
647 &MatchRules) const;
736 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
1672 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local1673 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()1675 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()