Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp181 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
183 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
H A DSemaAttr.cpp1106 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h548 &MatchRules) const;
H A DSema.h1775 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1835 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1836 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1838 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()