Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp185 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
187 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
H A DSemaAttr.cpp1115 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test.h24 enum MatchRules { enum
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h647 &MatchRules) const;
H A DSema.h736 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1672 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> MatchRules; in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1673 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1675 for (const auto &Rule : MatchRules) { in createExpectedAttributeSubjectRulesTokenDiagnostic()