Home
last modified time | relevance | path

Searched refs:MatchRules (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp177 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
179 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
H A DSemaAttr.cpp986 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h618 &MatchRules) const;
H A DSema.h735 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member