Home
last modified time | relevance | path

Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp949 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
951 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
959 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
967 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
973 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
975 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
988 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1025 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1026 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1032 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp179 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
180 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h644 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;