Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DParsedAttr.cpp219 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
221 return getInfo(*this).GetPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
H A DSemaAttr.cpp686 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h559 &MatchRules) const;
H A DSema.h502 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member