Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp543 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
545 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
553 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
561 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
567 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
569 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
582 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
H A DParsedAttr.cpp213 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
214 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h556 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;