Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DParsedAttr.cpp185 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
187 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
DSemaAttr.cpp1112 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DParsedAttr.h647 &MatchRules) const;
DSema.h737 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParsePragma.cpp1726 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1727 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1729 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()