Searched refs:MatchRules (Results 1 – 5 of 5) sorted by relevance
181 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()183 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
1106 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
548 &MatchRules) const;
1775 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
1835 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local1836 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()1838 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()