Searched refs:MatchRules (Results 1 – 5 of 5) sorted by relevance
175 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()177 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
1109 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
528 &MatchRules) const;
764 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
1825 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local1826 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()1828 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()