Searched refs:MatchRules (Results 1 – 6 of 6) sorted by relevance
177 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()179 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
986 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
24 enum MatchRules { enum
618 &MatchRules) const;
732 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member