Searched refs:MatchRules (Results 1 – 5 of 5) sorted by relevance
185 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()187 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
1112 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
647 &MatchRules) const;
737 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
1726 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local1727 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()1729 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()