Searched refs:MatchRules (Results 1 – 5 of 5) sorted by relevance
171 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()173 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
1210 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
531 &MatchRules) const;
2077 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
1819 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local1820 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()1822 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()