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.cpp171 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
173 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
H A DSemaAttr.cpp1210 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h531 &MatchRules) const;
H A DSema.h2077 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1819 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1820 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1822 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()